commit | aeae2f7e694062233e5c6d2aa6551d842a16c7b3 | [log] [tgz] |
---|---|---|
author | George Chang <georgekgchang@google.com> | Wed Oct 28 13:47:15 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 28 13:47:15 2020 +0000 |
tree | b2fb69fb26f2c415f56d9ee32ea7b9dafa1214c1 | |
parent | 548a4201a851772c09d6f15c6a0b815c63f1d72e [diff] | |
parent | 520d9af53934175b7ca929cbb434ed9cde1f08d3 [diff] |
Merge "Support RTL mode in payment option" am: 7e65d7f6fc am: ef4f13c936 am: 520d9af539 Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1476376 Change-Id: I392d46da2898d65ffbe41381122ab19d30e9af80
diff --git a/res/layout/nfc_payment_option.xml b/res/layout/nfc_payment_option.xml index 18519ee..e523993 100644 --- a/res/layout/nfc_payment_option.xml +++ b/res/layout/nfc_payment_option.xml
@@ -29,5 +29,8 @@ android:layout_width="match_parent" android:layout_height="fill_parent" android:checkMark="?android:attr/listChoiceIndicatorSingle" + android:textAlignment="viewStart" + android:gravity="center_vertical" + android:textDirection="locale" /> </LinearLayout>