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/widgets_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/widgets_view.xml') 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