Add additional right padding for the button view
Test: locally built and tested for both LRT and RTL locales Bug: 332495504 Change-Id: I4db57a7cb038863dc7db3bb69bf94b95886f0cf3
This commit is contained in:
@@ -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