summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-port
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-12-18 16:25:49 -0800
committerFabrice Di Meglio <fdimeglio@google.com>2013-01-23 18:23:06 -0800
commitcc11f742586b57c576026b7756a46209fe793ea1 (patch)
tree9b71fc15f975c68bfe7e35d5395669dee4df8b28 /res/layout-sw600dp-port
parentffc9f488a31b99248c27977c53d3b5f731f590e7 (diff)
downloadandroid_packages_apps_Trebuchet-cc11f742586b57c576026b7756a46209fe793ea1.tar.gz
android_packages_apps_Trebuchet-cc11f742586b57c576026b7756a46209fe793ea1.tar.bz2
android_packages_apps_Trebuchet-cc11f742586b57c576026b7756a46209fe793ea1.zip
Add first RTL support to Launcher
See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
Diffstat (limited to 'res/layout-sw600dp-port')
-rw-r--r--res/layout-sw600dp-port/all_apps_cling.xml6
-rw-r--r--res/layout-sw600dp-port/folder_cling.xml8
2 files changed, 7 insertions, 7 deletions
diff --git a/res/layout-sw600dp-port/all_apps_cling.xml b/res/layout-sw600dp-port/all_apps_cling.xml
index 049822408..fc32c4a89 100644
--- a/res/layout-sw600dp-port/all_apps_cling.xml
+++ b/res/layout-sw600dp-port/all_apps_cling.xml
@@ -20,7 +20,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginLeft="20dp"
+ android:layout_marginStart="20dp"
android:layout_marginTop="20dp">
<LinearLayout
android:layout_width="match_parent"
@@ -44,7 +44,7 @@
android:minWidth="168dp"
android:textSize="24sp"
android:layout_marginTop="235dp"
- android:layout_marginRight="36dp"
- android:layout_gravity="top|right"
+ android:layout_marginEnd="36dp"
+ android:layout_gravity="top|end"
android:onClick="dismissAllAppsCling" />
</com.android.launcher2.Cling>
diff --git a/res/layout-sw600dp-port/folder_cling.xml b/res/layout-sw600dp-port/folder_cling.xml
index e3a9caa22..356bae55c 100644
--- a/res/layout-sw600dp-port/folder_cling.xml
+++ b/res/layout-sw600dp-port/folder_cling.xml
@@ -20,8 +20,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="10dp"
+ android:layout_marginStart="20dp"
+ android:layout_marginEnd="10dp"
android:layout_marginTop="@dimen/folderClingMarginTop">
<LinearLayout
android:layout_width="match_parent"
@@ -45,7 +45,7 @@
android:minWidth="168dp"
android:textSize="24sp"
android:layout_marginBottom="27dp"
- android:layout_marginRight="36dp"
- android:layout_gravity="bottom|right"
+ android:layout_marginEnd="36dp"
+ android:layout_gravity="bottom|end"
android:onClick="dismissFolderCling" />
</com.android.launcher2.Cling>