summaryrefslogtreecommitdiffstats
path: root/res/layout/choose_widget_type.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/choose_widget_type.xml')
-rw-r--r--res/layout/choose_widget_type.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/choose_widget_type.xml b/res/layout/choose_widget_type.xml
index 5f1739ad3..d8af048b9 100644
--- a/res/layout/choose_widget_type.xml
+++ b/res/layout/choose_widget_type.xml
@@ -16,8 +16,8 @@
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget_type"
- android:paddingLeft="32dp"
- android:paddingRight="32dp"
+ android:paddingStart="32dp"
+ android:paddingEnd="32dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -42,8 +42,8 @@
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_weight="0"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
android:background="?android:attr/dividerHorizontal" />
<Button style="?android:attr/buttonBarButtonStyle"
android:id="@+id/cancel"