Merge "Update power menu text" into sc-dev

This commit is contained in:
Beth Thibodeau
2021-04-30 02:10:15 +00:00
committed by Android (Google) Code Review

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>