summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-25 22:49:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-08-25 22:49:24 +0000
commit2fb1356be6c339f14cc60c6449012d8f77ea919f (patch)
treeb15b74f25000d8794cd2860b8d12f9e121008ae1 /res
parentf3a09f97570315592db558c8825450dcf7c4e407 (diff)
parent65ceb5aa55403482e92e1e86105c1ef5510688ad (diff)
downloadandroid_packages_apps_Trebuchet-2fb1356be6c339f14cc60c6449012d8f77ea919f.tar.gz
android_packages_apps_Trebuchet-2fb1356be6c339f14cc60c6449012d8f77ea919f.tar.bz2
android_packages_apps_Trebuchet-2fb1356be6c339f14cc60c6449012d8f77ea919f.zip
Merge "Moving the scrim to draglayer" into ub-launcher3-calgary-polish
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml1
-rw-r--r--res/layout-port/launcher.xml1
-rw-r--r--res/layout-sw720dp/launcher.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 2e64f6c3f..ef0dfdcc6 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -27,6 +27,7 @@
android:id="@+id/drag_layer"
android:clipChildren="false"
android:clipToPadding="false"
+ android:background="@drawable/workspace_bg"
android:importantForAccessibility="no"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index d6e2802e2..49bac3bcc 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -29,6 +29,7 @@
android:clipChildren="false"
android:importantForAccessibility="no"
android:clipToPadding="false"
+ android:background="@drawable/workspace_bg"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index 3a429c637..81d2e1b8f 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -28,6 +28,7 @@
android:clipChildren="false"
android:clipToPadding="false"
android:importantForAccessibility="no"
+ android:background="@drawable/workspace_bg"
android:layout_width="match_parent"
android:layout_height="match_parent">