summaryrefslogtreecommitdiffstats
path: root/res/layout-port/workspace_cling.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-10-10 16:28:52 -0700
committerWinson Chung <winsonc@google.com>2013-10-10 17:18:53 -0700
commitf7e11e908090bd4f8ed1da4d6feb21e57e8bd9e0 (patch)
tree11ad08ab3bdf0ed2bb139111b4d3959a109f2766 /res/layout-port/workspace_cling.xml
parentd1e474a92e47171a985738144887e1f2e46c7768 (diff)
downloadandroid_packages_apps_Trebuchet-f7e11e908090bd4f8ed1da4d6feb21e57e8bd9e0.tar.gz
android_packages_apps_Trebuchet-f7e11e908090bd4f8ed1da4d6feb21e57e8bd9e0.tar.bz2
android_packages_apps_Trebuchet-f7e11e908090bd4f8ed1da4d6feb21e57e8bd9e0.zip
Fixing RTL issues with Clings. (Bug 11008488)
Change-Id: I78f891eabab53d6ded18f7c843504219d71e2883
Diffstat (limited to 'res/layout-port/workspace_cling.xml')
-rw-r--r--res/layout-port/workspace_cling.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml
index e61340eae..9c000cb54 100644
--- a/res/layout-port/workspace_cling.xml
+++ b/res/layout-port/workspace_cling.xml
@@ -62,9 +62,9 @@
android:id="@+id/focused_hotseat_app_bubble"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom|end"
- android:layout_marginEnd="25dp"
- android:layout_marginBottom="100dp"
+ android:layout_gravity="bottom|right"
+ android:layout_marginRight="25dp"
+ android:layout_marginBottom="90dp"
android:orientation="vertical"
android:visibility="gone">
<LinearLayout
@@ -90,8 +90,8 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="end"
- android:layout_marginEnd="80dp"
+ android:layout_gravity="right"
+ android:layout_marginRight="80dp"
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_marginStart="20dp"
- android:layout_gravity="bottom|start"
+ android:layout_marginLeft="20dp"
+ android:layout_gravity="bottom|left"
android:onClick="dismissWorkspaceCling" />
</com.android.launcher3.Cling>