summaryrefslogtreecommitdiffstats
path: root/res/values-port
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-port
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-port')
-rw-r--r--res/values-port/styles.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values-port/styles.xml b/res/values-port/styles.xml
index 46871c626..319b0a663 100644
--- a/res/values-port/styles.xml
+++ b/res/values-port/styles.xml
@@ -37,15 +37,15 @@
<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:layout_marginStart">10dp</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_marginTop">13dp</item>
<item name="android:layout_marginBottom">@dimen/indicator_bar_width</item>
- <item name="android:layout_marginLeft">13dp</item>
- <item name="android:layout_marginRight">13dp</item>
+ <item name="android:layout_marginStart">13dp</item>
+ <item name="android:layout_marginEnd">13dp</item>
</style>
<style name="PanoViewHorizontalBar">
<item name="android:background">#000000</item>