summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorMario Bertschler <bmario@google.com>2017-07-24 14:41:23 -0700
committerMario Bertschler <bmario@google.com>2017-07-26 14:33:22 -0700
commit254bd42729e404d13a779b73b2f5dd67fa21e7da (patch)
tree728b77a741c98c1b0170d656c9ebe9c8a62b894d /res/layout-land
parent8806475b8ee18b93ea832d1212daea6cdde8d0a5 (diff)
downloadandroid_packages_apps_Trebuchet-254bd42729e404d13a779b73b2f5dd67fa21e7da.tar.gz
android_packages_apps_Trebuchet-254bd42729e404d13a779b73b2f5dd67fa21e7da.tar.bz2
android_packages_apps_Trebuchet-254bd42729e404d13a779b73b2f5dd67fa21e7da.zip
Merging ScrimView into GradientView
Less banding, less drawing for All Apps Transition. Bug: 63873246 Change-Id: I6c7c856e2939a10db7e44b266c1d6d51334fd152
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index fd66593cf..dab074391 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -42,7 +42,12 @@
android:layout_gravity="center"
launcher:pageIndicator="@id/page_indicator" />
- <include layout="@layout/gradient_scrim" />
+ <com.android.launcher3.graphics.GradientView
+ android:id="@+id/gradient_bg"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"
+ launcher:layout_ignoreInsets="true"/>
<!-- DO NOT CHANGE THE ID -->
<include layout="@layout/hotseat"