Loading res/layout/deep_shortcut.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" Loading res/layout/system_shortcut.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading res/values/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading Loading
res/layout/deep_shortcut.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
res/layout/system_shortcut.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
res/values/dimens.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading