Merge "Allow two lines max for text view in system shortcuts." into sc-dev

This commit is contained in:
Jonathan Miranda
2021-06-30 05:02:14 +00:00
committed by Android (Google) Code Review

View File

@@ -32,7 +32,8 @@
android:paddingStart="@dimen/deep_shortcuts_text_padding_start"
android:paddingEnd="@dimen/popup_padding_end"
android:textSize="14sp"
android:singleLine="true"
android:minLines="1"
android:maxLines="2"
android:ellipsize="end"
android:textColor="?android:attr/textColorPrimary"
launcher:iconDisplay="shortcut_popup"