Align email provider correctly for RTL locales

Align email provider under User & accounts correctly for RTL locales

Bug: 72398295
Test: Robotest and manual test
Change-Id: I0ecbaa58366c01a75fc7ff4e2adbfba97ddc4add
This commit is contained in:
leo huang
2018-03-21 16:14:19 +08:00
parent 1a7e4daa95
commit b7896fca3e

View File

@@ -69,6 +69,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:textAppearance="@style/TextAppearance.Small" android:textAppearance="@style/TextAppearance.Small"
android:textAlignment="viewStart"
android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" />
<TextView android:id="@+id/appendix" <TextView android:id="@+id/appendix"