summaryrefslogtreecommitdiffstats
path: root/res/values-land
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/values-land
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/values-land')
-rw-r--r--res/values-land/styles.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index 6ca7e9175..dac58a24a 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -35,7 +35,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_centerVertical">true</item>
- <item name="android:layout_marginRight">@dimen/setting_popup_right_margin</item>
+ <item name="android:layout_marginEnd">@dimen/setting_popup_right_margin</item>
<item name="android:visibility">gone</item>
</style>
<style name="PopupTitleText">
@@ -45,14 +45,14 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:singleLine">true</item>
<item name="android:textColor">@color/popup_title_color</item>
- <item name="android:layout_marginLeft">10dp</item>
- <item name="android:paddingLeft">16dp</item>
+ <item name="android:layout_marginStart">10dp</item>
+ <item name="android:paddingStart">16dp</item>
</style>
<style name="ViewfinderLabelLayout">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
- <item name="android:layout_marginLeft">13dp</item>
- <item name="android:layout_marginRight">@dimen/indicator_bar_width</item>
+ <item name="android:layout_marginStart">13dp</item>
+ <item name="android:layout_marginEnd">@dimen/indicator_bar_width</item>
<item name="android:layout_marginBottom">13dp</item>
<item name="android:layout_marginTop">13dp</item>
</style>
@@ -67,8 +67,8 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_centerVertical">true</item>
- <item name="android:layout_alignParentRight">true</item>
- <item name="android:layout_marginRight">@dimen/setting_popup_right_margin</item>
+ <item name="android:layout_alignParentEnd">true</item>
+ <item name="android:layout_marginEnd">@dimen/setting_popup_right_margin</item>
<item name="android:visibility">gone</item>
</style>