summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-22 15:14:01 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-22 15:26:26 -0700
commitaf80285acccec89923a8dd7c5833962e85af2fd5 (patch)
tree2ae5b7f8c68a2abb4227ef92ed19ebaefd308a8b /res/layout
parent5f4e0fdd2e4edeb9211e2dcd1c99497f175731f8 (diff)
downloadandroid_packages_apps_Trebuchet-af80285acccec89923a8dd7c5833962e85af2fd5.tar.gz
android_packages_apps_Trebuchet-af80285acccec89923a8dd7c5833962e85af2fd5.tar.bz2
android_packages_apps_Trebuchet-af80285acccec89923a8dd7c5833962e85af2fd5.zip
Decrease elevation for the reveal view.
> During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
Diffstat (limited to 'res/layout')
-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" />