Fix margin in Tap & pay -> Payment default.
Change PaddingLeft to PaddingStart so that it also works in RTL.
Change-Id: I649a89798d95d64e0c5da6eb1decd217ef7e98c7
Fixes: 28762436
(cherry picked from commit c51143a35a
)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
android:focusable="true"
|
||||
android:clickable="false"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="24dip"
|
||||
android:paddingStart="24dip"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:background="?android:attr/selectableItemBackground">
|
||||
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
Reference in New Issue
Block a user