diff options
Diffstat (limited to 'res/layout/dialog_light_settings.xml')
-rw-r--r-- | res/layout/dialog_light_settings.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/layout/dialog_light_settings.xml b/res/layout/dialog_light_settings.xml index a82556f..aa78c39 100644 --- a/res/layout/dialog_light_settings.xml +++ b/res/layout/dialog_light_settings.xml @@ -23,15 +23,15 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerHorizontal="true" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" /> + android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" /> <LinearLayout android:id="@+id/color_panel_view" android:layout_width="match_parent" android:layout_height="40dp" - android:layout_alignLeft="@id/color_picker_view" - android:layout_alignRight="@id/color_picker_view" + android:layout_alignStart="@id/color_picker_view" + android:layout_alignEnd="@id/color_picker_view" android:layout_below="@id/color_picker_view" android:layout_marginBottom="4dp" android:layout_marginTop="4dp" @@ -46,8 +46,8 @@ <TextView android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" + android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" android:gravity="center" android:text="@string/picker_arrow" android:textColor="#ffffff" @@ -65,8 +65,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/color_panel_view" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" + android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" android:layout_marginTop="4dp" android:orientation="vertical" > |