[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
This commit is contained in:
Aaron Liu
2022-06-27 11:17:05 -07:00
parent 9efc9fa305
commit 084cc3b5cf

View File

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