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

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

Merge "Updating deep shortcut container to new width." into sc-dev

parents 3629b935 e888b08b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
        android:paddingEnd="@dimen/popup_padding_end"
        android:drawableEnd="@drawable/ic_drag_handle"
        android:drawablePadding="@dimen/deep_shortcut_drawable_padding"
        android:singleLine="true"
        android:ellipsize="end"
        android:textSize="14sp"
        android:textColor="?android:attr/textColorPrimary"
        launcher:layoutHorizontal="true"
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
        android:paddingStart="@dimen/deep_shortcuts_text_padding_start"
        android:paddingEnd="@dimen/popup_padding_end"
        android:textSize="14sp"
        android:maxLines="1"
        android:singleLine="true"
        android:ellipsize="end"
        android:textColor="?android:attr/textColorPrimary"
        launcher:iconDisplay="shortcut_popup"
        launcher:layoutHorizontal="true"
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@

<!-- Deep shortcuts -->
    <dimen name="deep_shortcuts_elevation">0dp</dimen>
    <dimen name="bg_popup_item_width">234dp</dimen>
    <dimen name="bg_popup_item_width">216dp</dimen>
    <dimen name="bg_popup_item_height">56dp</dimen>
    <dimen name="pre_drag_view_scale">6dp</dimen>
    <!-- an icon with shortcuts must be dragged this far before the container is removed. -->