Merge "[User Switcher] Ensure that Textview suports RTL." into tm-qpr-dev

This commit is contained in:
Aaron Liu
2022-07-07 17:10:37 +00:00
committed by Android (Google) Code Review

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