From 4a6c6f31050a81068cff13fe0cc274f9be826d90 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 19 May 2015 12:36:46 -0700 Subject: [PATCH] Preventing overdraw. Drawing background directly at the window, instead of the rootview. Change-Id: Ie974752e739d9acd1fbd765809c671f82f462644 --- res/layout-land/launcher.xml | 1 - res/layout-port/launcher.xml | 1 - res/layout-sw720dp/launcher.xml | 1 - src/com/android/launcher3/Launcher.java | 26 +++++++++++++++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index f0f7bbb9f4..113b319ff2 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">