From ad140515b8d6427f3101a0b7831fe14cc14b348d Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 13 Jul 2016 17:46:31 -0700 Subject: Remove hotseat flicker and all apps GPU overdraw > Short story: elevation + transparency caused both flicker and overdraw b/29641308 b/29648104 Change-Id: I621ccd888fa4c7e9292336dac1371246115cd3bb --- res/layout/all_apps.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml index d55fda771..c4c6aab39 100644 --- a/res/layout/all_apps.xml +++ b/res/layout/all_apps.xml @@ -31,7 +31,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" - android:elevation="2dp" android:focusable="false" android:visibility="invisible" /> @@ -41,7 +40,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" - android:elevation="15dp" android:focusable="true" android:focusableInTouchMode="true" android:saveEnabled="false" -- cgit v1.2.3