summaryrefslogtreecommitdiffstats
path: root/res/layout/system_shortcut_icons.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/system_shortcut_icons.xml')
-rw-r--r--res/layout/system_shortcut_icons.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/system_shortcut_icons.xml b/res/layout/system_shortcut_icons.xml
index db59d4962..34d63e71f 100644
--- a/res/layout/system_shortcut_icons.xml
+++ b/res/layout/system_shortcut_icons.xml
@@ -21,4 +21,7 @@
android:layout_height="@dimen/system_shortcut_header_height"
android:orientation="horizontal"
android:gravity="end|center_vertical"
- android:background="?attr/popupColorSecondary" />
+ android:background="?attr/popupColorSecondary"
+ android:elevation="1dp"
+ android:outlineProvider="none" />
+ <!-- We have elevation so this is drawn on top, but no outline provider to remove shadow -->