summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-22 22:35:58 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-22 22:35:58 +0000
commitab75e98365e8bba105a2a85121141465c2fc8abd (patch)
tree4cbd24b0c11b0af6fc21851cd8e8b5c9a4742e1d /res
parentd306bbe6c231f70ff8d8c81fb136220598451fa5 (diff)
parentd0ad0711db96603006aa2a7052bce8976a38ee1d (diff)
downloadandroid_packages_apps_Trebuchet-ab75e98365e8bba105a2a85121141465c2fc8abd.tar.gz
android_packages_apps_Trebuchet-ab75e98365e8bba105a2a85121141465c2fc8abd.tar.bz2
android_packages_apps_Trebuchet-ab75e98365e8bba105a2a85121141465c2fc8abd.zip
am d0ad0711: Merge "Decrease elevation for the reveal view." into ub-launcher3-burnaby
* commit 'd0ad0711db96603006aa2a7052bce8976a38ee1d': Decrease elevation for the reveal view.
Diffstat (limited to 'res')
-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" />