Merge "Set the text of accessibility description in suw to center" into rvc-dev

This commit is contained in:
Pasty Chang
2020-05-13 03:03:50 +00:00
committed by Android (Google) Code Review

View File

@@ -36,6 +36,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:textAlignment="center"
android:ellipsize="marquee" android:ellipsize="marquee"
android:fadingEdge="horizontal" /> android:fadingEdge="horizontal" />