Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51143a3 authored by Doris Ling's avatar Doris Ling
Browse files

Fix margin in Tap & pay -> Payment default.

Change PaddingLeft to PaddingStart so that it also works in RTL.

Change-Id: I649a89798d95d64e0c5da6eb1decd217ef7e98c7
Fixes: 28762436
parent 02fcbdea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"