From 13f1c1249d8b8f59335479d3030c19d0e352f14f Mon Sep 17 00:00:00 2001 From: George Chang Date: Tue, 27 Oct 2020 19:01:20 +0800 Subject: [PATCH] Support RTL mode in payment option Bug: 156770848 Test: right-aligned under RTL mode Change-Id: I01879056bbac08da0856f35012c8c8456328071c --- res/layout/nfc_payment_option.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/layout/nfc_payment_option.xml b/res/layout/nfc_payment_option.xml index 18519eee7be..e52399304da 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" />