diff --git a/res/layout/deep_shortcut.xml b/res/layout/deep_shortcut.xml index 4fcbbd2066..2d66d728f5 100644 --- a/res/layout/deep_shortcut.xml +++ b/res/layout/deep_shortcut.xml @@ -21,8 +21,18 @@ android:elevation="@dimen/deep_shortcuts_elevation" android:background="@drawable/bg_white_pill"> - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:focusable="true" /> + + + diff --git a/res/layout/deep_shortcuts_container.xml b/res/layout/deep_shortcuts_container.xml index 0441995f1c..92e7a83f3d 100644 --- a/res/layout/deep_shortcuts_container.xml +++ b/res/layout/deep_shortcuts_container.xml @@ -19,6 +19,7 @@ android:id="@+id/deep_shortcuts_container" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:clipChildren="false" android:elevation="@dimen/deep_shortcuts_elevation" android:orientation="vertical"> diff --git a/res/values/config.xml b/res/values/config.xml index 943804278e..94f02f9420 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -88,9 +88,10 @@ - 300 - 20 - 120 + 220 + 40 + 150 + 20 diff --git a/res/values/styles.xml b/res/values/styles.xml index a647cf2594..4c0230ac5b 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -80,8 +80,9 @@