summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-10-13 22:21:45 -0700
committerWinson Chung <winsonc@google.com>2013-10-13 22:21:45 -0700
commit207a7bd8e5208eaf382bec47ba0f814d7c3d4216 (patch)
treeae614211424237863e9865d705e5400185d9b12c /res
parent01c0214f727a25088ec4d62e64579155001cef9b (diff)
downloadandroid_packages_apps_Trebuchet-207a7bd8e5208eaf382bec47ba0f814d7c3d4216.tar.gz
android_packages_apps_Trebuchet-207a7bd8e5208eaf382bec47ba0f814d7c3d4216.tar.bz2
android_packages_apps_Trebuchet-207a7bd8e5208eaf382bec47ba0f814d7c3d4216.zip
Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/workspace_cling.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml
index 9c000cb54..b926ca967 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 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:layout_marginRight="80dp"
+ android:layout_gravity="left"
+ android:layout_marginLeft="78dp"
android:src="@drawable/cling_arrow_down" />
</LinearLayout>
</FrameLayout>
@@ -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" />
</com.android.launcher3.Cling>