summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-21 20:34:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-21 20:34:28 +0000
commitaa78b3dea3427ca65d0c0a316a72f769feecdac1 (patch)
tree5aab5daeb79df33f9079b9a1faad3ab7fc0bfcc2 /res
parent3abcd5ba1ba0fe4d8061309dd073e36c64b05963 (diff)
parent4a6c6f31050a81068cff13fe0cc274f9be826d90 (diff)
downloadandroid_packages_apps_Trebuchet-aa78b3dea3427ca65d0c0a316a72f769feecdac1.tar.gz
android_packages_apps_Trebuchet-aa78b3dea3427ca65d0c0a316a72f769feecdac1.tar.bz2
android_packages_apps_Trebuchet-aa78b3dea3427ca65d0c0a316a72f769feecdac1.zip
Merge "Preventing overdraw. Drawing background directly at the window, instead of the rootview." into ub-launcher3-burnaby
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, 0 insertions, 3 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index f0f7bbb9f..113b319ff 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -21,7 +21,6 @@
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/workspace_bg"
android:fitsSystemWindows="true">
<com.android.launcher3.DragLayer
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 5a018c516..7202f7b32 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -22,7 +22,6 @@
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/workspace_bg"
android:fitsSystemWindows="true">
<com.android.launcher3.DragLayer
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index a9601af6a..8a9f3e913 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -22,7 +22,6 @@
android:id="@+id/launcher"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/workspace_bg"
android:fitsSystemWindows="true">
<com.android.launcher3.DragLayer