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

Commit 084cc3b5 authored by Aaron Liu's avatar Aaron Liu
Browse files

[User Switcher] Ensure that Textview suports RTL.

Add text direction for the textview to support RTL.

Test: Manual on device
Bug: 234857659
Change-Id: Icebcad2ca93a6f70711db7b5ddcd7a4506d895c4
parent 9efc9fa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
          style="@style/Bouncer.UserSwitcher.Spinner.Header"
          android:clickable="false"
          android:id="@+id/user_switcher_header"
          android:textDirection="locale"
          android:layout_width="@dimen/bouncer_user_switcher_width"
          android:layout_height="wrap_content" />
    </LinearLayout>>