Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0499287c authored by Sunny Shao's avatar Sunny Shao
Browse files

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
parent 85a6a0aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,7 @@
            android:id="@android:id/summary"
            android:id="@android:id/summary"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:textDirection="locale"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textColor="?android:attr/textColorSecondary"/>
            android:textColor="?android:attr/textColorSecondary"/>