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:
Jerry Shi
2024-05-21 20:31:44 -07:00
parent 2b7c9e5cdb
commit 96b5e6af05

View File

@@ -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());
} }