summaryrefslogtreecommitdiffstats
path: root/res/values-port
diff options
context:
space:
mode:
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>