summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/all_apps_reveal.xml2
-rw-r--r--res/layout/widgets_view.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/all_apps_reveal.xml b/res/layout/all_apps_reveal.xml
index 2951ea4f4..5f4665642 100644
--- a/res/layout/all_apps_reveal.xml
+++ b/res/layout/all_apps_reveal.xml
@@ -19,6 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
- android:elevation="15dp"
+ android:elevation="2dp"
android:visibility="invisible"
android:focusable="false" /> \ No newline at end of file
diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml
index 2615ddbdd..af2c97027 100644
--- a/res/layout/widgets_view.xml
+++ b/res/layout/widgets_view.xml
@@ -30,7 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
- android:elevation="15dp"
+ android:elevation="2dp"
android:focusable="false"
android:visibility="invisible" />