summaryrefslogtreecommitdiffstats
path: root/res/values-port/styles.xml
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-10-15 10:00:25 +0800
committercretin45 <cretin45@gmail.com>2014-12-15 14:47:06 -0800
commitda6c9f85f9945e20cf981d25c3eb4f553ad29667 (patch)
tree774f400af59de92565cb9c514e4c0683b3017098 /res/values-port/styles.xml
parentef94003e56f93cc6c1b95472a8623e5e573f26bf (diff)
downloadandroid_packages_apps_Gallery2-da6c9f85f9945e20cf981d25c3eb4f553ad29667.tar.gz
android_packages_apps_Gallery2-da6c9f85f9945e20cf981d25c3eb4f553ad29667.tar.bz2
android_packages_apps_Gallery2-da6c9f85f9945e20cf981d25c3eb4f553ad29667.zip
Gallery2: Reginal requirement for RTL
Convert left/right layout properties to start/end properties. Change-Id: Icaa0388cafbf1133fb37933f0ca1452d8d20968b
Diffstat (limited to 'res/values-port/styles.xml')
-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>