Update power menu text

Marquee for long text and increase size to match spec

Fixes: 186005103
Fixes: 185673140
Test: visual
Change-Id: I50774cc06f75f420baab78dc51328a2bdfae14bc
This commit is contained in:
Beth Thibodeau
2021-04-28 15:54:52 -04:00
parent 6848213106
commit bc7539ed71

View File

@@ -35,13 +35,11 @@
android:id="@*android:id/message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:maxLines="2"
android:textSize="12sp"
android:singleLine="true"
android:textSize="14sp"
android:gravity="center"
android:textColor="@color/global_actions_lite_text"
android:breakStrategy="high_quality"
android:hyphenationFrequency="full"
android:textAppearance="?android:attr/textAppearanceSmall" />
</com.android.systemui.globalactions.GlobalActionsItem>