summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-05-08 11:10:44 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-05-10 10:52:31 -0700
commit5d1873a812297ad207df1f068a987d2dd84a9888 (patch)
treebbb36b3a873efda677193ab97a2be74cd108ff18 /res/layout
parent522e388b17c5071bd6fdaecdf43390aa725e7cac (diff)
downloadandroid_packages_apps_Trebuchet-5d1873a812297ad207df1f068a987d2dd84a9888.tar.gz
android_packages_apps_Trebuchet-5d1873a812297ad207df1f068a987d2dd84a9888.tar.bz2
android_packages_apps_Trebuchet-5d1873a812297ad207df1f068a987d2dd84a9888.zip
Removing scrim overdraw
> Moving all the scrims to draglayer to avoid creating multiple layers during various animations > Removing sys-ui scrim in various states which alread have a background scrim Bug: 74556464 Bug: 78585335 Change-Id: I8a3fd34ed440f3c7d2e19b3cdb4b72723c535602
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/launcher.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index ec8bd5c6f..da17b2b31 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -18,7 +18,6 @@
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/workspaceStatusBarScrim"
android:fitsSystemWindows="true">
<com.android.launcher3.dragndrop.DragLayer