Fix RTL display problem in the account summary

Add the android:textDirection into the summary text in the preference_app.xml

Fixes: 130533247
Test: Manual View
Change-Id: I0f1c223b6ab0f84a7190bf99cc921dc849e2e5b9
This commit is contained in:
Sunny Shao
2019-07-09 14:47:54 +08:00
parent 85a6a0aa7b
commit 0499287c67

View File

@@ -61,6 +61,7 @@
android:id="@android:id/summary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textDirection="locale"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"/>