Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4b713c7 authored by Jonathan Miranda's avatar Jonathan Miranda Committed by Android (Google) Code Review
Browse files

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

parents 50f43df3 c26e5fff
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,8 @@
        android:paddingStart="@dimen/deep_shortcuts_text_padding_start"
        android:paddingStart="@dimen/deep_shortcuts_text_padding_start"
        android:paddingEnd="@dimen/popup_padding_end"
        android:paddingEnd="@dimen/popup_padding_end"
        android:textSize="14sp"
        android:textSize="14sp"
        android:singleLine="true"
        android:minLines="1"
        android:maxLines="2"
        android:ellipsize="end"
        android:ellipsize="end"
        android:textColor="?android:attr/textColorPrimary"
        android:textColor="?android:attr/textColorPrimary"
        launcher:iconDisplay="shortcut_popup"
        launcher:iconDisplay="shortcut_popup"