From 207a7bd8e5208eaf382bec47ba0f814d7c3d4216 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Sun, 13 Oct 2013 22:21:45 -0700 Subject: [PATCH] Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616) --- res/layout-port/workspace_cling.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml index 9c000cb543..b926ca9675 100644 --- a/res/layout-port/workspace_cling.xml +++ b/res/layout-port/workspace_cling.xml @@ -62,8 +62,8 @@ android:id="@+id/focused_hotseat_app_bubble" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="bottom|right" - android:layout_marginRight="25dp" + android:layout_gravity="bottom|left" + android:layout_marginLeft="25dp" android:layout_marginBottom="90dp" android:orientation="vertical" android:visibility="gone"> @@ -90,8 +90,8 @@ @@ -101,7 +101,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="15dp" - android:layout_marginLeft="20dp" - android:layout_gravity="bottom|left" + android:layout_marginRight="20dp" + android:layout_gravity="bottom|right" android:onClick="dismissWorkspaceCling" />