summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp-port/folder_cling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp-port/folder_cling.xml')
-rw-r--r--res/layout-sw600dp-port/folder_cling.xml8
1 files changed, 4 insertions, 4 deletions
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>