summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-07-13 17:46:31 -0700
committerHyunyoung Song <hyunyoungs@google.com>2016-07-13 17:46:31 -0700
commitad140515b8d6427f3101a0b7831fe14cc14b348d (patch)
tree287f458fb6e04b9cdac49277d91373339ae59f99 /res/layout/all_apps.xml
parent7b8f1eaba147ac42a347f3787d0e90b24be015db (diff)
downloadandroid_packages_apps_Trebuchet-ad140515b8d6427f3101a0b7831fe14cc14b348d.tar.gz
android_packages_apps_Trebuchet-ad140515b8d6427f3101a0b7831fe14cc14b348d.tar.bz2
android_packages_apps_Trebuchet-ad140515b8d6427f3101a0b7831fe14cc14b348d.zip
Remove hotseat flicker and all apps GPU overdraw
> Short story: elevation + transparency caused both flicker and overdraw b/29641308 b/29648104 Change-Id: I621ccd888fa4c7e9292336dac1371246115cd3bb
Diffstat (limited to 'res/layout/all_apps.xml')
-rw-r--r--res/layout/all_apps.xml2
1 files changed, 0 insertions, 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"