summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-19 12:36:46 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-21 12:29:14 -0700
commit4a6c6f31050a81068cff13fe0cc274f9be826d90 (patch)
tree174a11e2479c7dbc61b7c09c35353309e9fa24b8 /res
parentf3a21c8ca2d100e779958ba6fd600c28e399d956 (diff)
downloadandroid_packages_apps_Trebuchet-4a6c6f31050a81068cff13fe0cc274f9be826d90.tar.gz
android_packages_apps_Trebuchet-4a6c6f31050a81068cff13fe0cc274f9be826d90.tar.bz2
android_packages_apps_Trebuchet-4a6c6f31050a81068cff13fe0cc274f9be826d90.zip
Preventing overdraw. Drawing background directly at the window, instead of
the rootview. Change-Id: Ie974752e739d9acd1fbd765809c671f82f462644
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