summaryrefslogtreecommitdiffstats
path: root/res/layout/rotate_dialog.xml
diff options
context:
space:
mode:
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"/>