summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-22 22:26:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-22 22:26:41 +0000
commitd0ad0711db96603006aa2a7052bce8976a38ee1d (patch)
treeb3b46df478661e0066cce56941d967eda6597833
parent8f10dc21a08b486a07f4805adcce71b2d77d968c (diff)
parentaf80285acccec89923a8dd7c5833962e85af2fd5 (diff)
downloadandroid_packages_apps_Trebuchet-d0ad0711db96603006aa2a7052bce8976a38ee1d.tar.gz
android_packages_apps_Trebuchet-d0ad0711db96603006aa2a7052bce8976a38ee1d.tar.bz2
android_packages_apps_Trebuchet-d0ad0711db96603006aa2a7052bce8976a38ee1d.zip
Merge "Decrease elevation for the reveal view." into ub-launcher3-burnaby
-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" />