Merge "Add additional right padding for the button view" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4bbb31db66
@@ -168,7 +168,7 @@ public class PrimaryProviderPreference extends GearPreference {
|
||||
mButtonFrameView.setPadding(
|
||||
paddingLeft,
|
||||
mButtonFrameView.getPaddingTop(),
|
||||
mButtonFrameView.getPaddingRight(),
|
||||
paddingLeft,
|
||||
mButtonFrameView.getPaddingBottom());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user