summaryrefslogtreecommitdiffstats
path: root/res/layout/rotate_dialog.xml
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-10-15 10:00:25 +0800
committerXiaojing Zhang <zhangx@codeaurora.org>2014-11-04 20:38:29 -0800
commit57261ec71cf73b073cc0cd2858730d60d3c4cad3 (patch)
tree774f400af59de92565cb9c514e4c0683b3017098 /res/layout/rotate_dialog.xml
parent767f128a9b34e0c46aa7c9db5ce04ea2b164f2f4 (diff)
downloadandroid_packages_apps_Gallery2-57261ec71cf73b073cc0cd2858730d60d3c4cad3.tar.gz
android_packages_apps_Gallery2-57261ec71cf73b073cc0cd2858730d60d3c4cad3.tar.bz2
android_packages_apps_Gallery2-57261ec71cf73b073cc0cd2858730d60d3c4cad3.zip
Gallery2: Reginal requirement for RTL
Convert left/right layout properties to start/end properties. Change-Id: Icaa0388cafbf1133fb37933f0ca1452d8d20968b
Diffstat (limited to 'res/layout/rotate_dialog.xml')
-rw-r--r--res/layout/rotate_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/rotate_dialog.xml b/res/layout/rotate_dialog.xml
index c62ce915b..c1cf866b7 100644
--- a/res/layout/rotate_dialog.xml
+++ b/res/layout/rotate_dialog.xml
@@ -44,8 +44,8 @@
<TextView android:id="@+id/rotate_dialog_title"
style="@style/TextAppearance.DialogWindowTitle"
android:gravity="center_vertical"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginStart="16dip"
+ android:layout_marginEnd="16dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="64dp"/>