From af80285acccec89923a8dd7c5833962e85af2fd5 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Fri, 22 May 2015 15:14:01 -0700 Subject: Decrease elevation for the reveal view. > During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b --- res/layout/all_apps_reveal.xml | 2 +- res/layout/widgets_view.xml | 2 +- 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" /> -- cgit v1.2.3