Support RTL mode in payment option

Bug: 156770848
Test: right-aligned under RTL mode
Change-Id: I01879056bbac08da0856f35012c8c8456328071c
This commit is contained in:
George Chang
2020-10-27 19:01:20 +08:00
parent c2a4d3ec70
commit 13f1c1249d

View File

@@ -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>