From b34425ab8b742f12c071ba82556aa140a026ea74 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 5 May 2019 22:39:44 +0200 Subject: [PATCH] Layout improvement --- app/src/main/res/layout/fragment_options.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml index e0384959da..657d1a2c65 100644 --- a/app/src/main/res/layout/fragment_options.xml +++ b/app/src/main/res/layout/fragment_options.xml @@ -16,14 +16,15 @@ + android:paddingTop="24dp" + android:paddingBottom="24dp"> @@ -32,7 +33,7 @@ layout="@layout/include_options_connection" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" + android:layout_marginTop="48dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/sectionGeneral" /> @@ -41,7 +42,7 @@ layout="@layout/include_options_display" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" + android:layout_marginTop="48dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/sectionConnection" /> @@ -50,7 +51,7 @@ layout="@layout/include_options_behavior" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" + android:layout_marginTop="48dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/sectionDisplay" /> @@ -68,7 +69,7 @@ layout="@layout/include_options_misc" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" + android:layout_marginTop="48dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/sectionNotifications" />