diff --git a/res/drawable/bg_pill_focused.xml b/res/drawable/bg_pill_focused.xml new file mode 100644 index 0000000000..37afad0374 --- /dev/null +++ b/res/drawable/bg_pill_focused.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/deep_shortcut.xml b/res/layout/deep_shortcut.xml index 2d66d728f5..7b42ec70ec 100644 --- a/res/layout/deep_shortcut.xml +++ b/res/layout/deep_shortcut.xml @@ -26,7 +26,8 @@ style="@style/Icon.DeepShortcut" android:layout_width="match_parent" android:layout_height="match_parent" - android:focusable="true" /> + android:focusable="true" + android:background="@drawable/bg_pill_focused" />