From 7819abd2d191a170cbc9d4bd190001c465187a9d Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 29 Nov 2012 14:29:38 -0800 Subject: Fixing issue where the cling is offset. (Bug 7633074) - Also fixing issue where the workspace cling was showing on top of AllApps when you entered it for the first time. Change-Id: I7d59ad153de192bc1d69537af1b4af632465138b --- res/layout-land/launcher.xml | 27 +++++++++++++++------------ res/layout-port/launcher.xml | 27 +++++++++++++++------------ res/layout-sw720dp/launcher.xml | 27 +++++++++++++++------------ 3 files changed, 45 insertions(+), 36 deletions(-) (limited to 'res') diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 0892352a9..051d8b25c 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -86,6 +86,21 @@ android:id="@+id/qsb_bar" layout="@layout/qsb_bar" /> + + + + + - - - - \ No newline at end of file diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index ad7eff4ba..445c85ea4 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -85,6 +85,21 @@ android:id="@+id/qsb_bar" layout="@layout/qsb_bar" /> + + + + + - - - - \ No newline at end of file diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index b5540423e..81a8f37da 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -85,6 +85,21 @@ android:id="@+id/qsb_bar" layout="@layout/qsb_bar" /> + + + + + - - - - \ No newline at end of file -- cgit v1.2.3