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(
|
mButtonFrameView.setPadding(
|
||||||
paddingLeft,
|
paddingLeft,
|
||||||
mButtonFrameView.getPaddingTop(),
|
mButtonFrameView.getPaddingTop(),
|
||||||
mButtonFrameView.getPaddingRight(),
|
paddingLeft,
|
||||||
mButtonFrameView.getPaddingBottom());
|
mButtonFrameView.getPaddingBottom());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user