From 76aacb228a7e154b8e22aafe9a160921508ecd93 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 19 Dec 2018 10:20:32 +0100 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options.xml | 57 +++++++++++++------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml index e35d231a21..d9d2bed22f 100644 --- a/app/src/main/res/layout/fragment_options.xml +++ b/app/src/main/res/layout/fragment_options.xml @@ -40,7 +40,8 @@ android:layout_marginEnd="12dp" android:text="@string/title_advanced_enabled" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/vSeparator1" /> + app:layout_constraintTop_toBottomOf="@id/vSeparator1" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/vSeparator2" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/barrier1" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvBrowseHint" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/vSeparator3" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvUnifiedHint" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvThreadingHint" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swCompact" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swAvatars" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swIdenticons" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/vSeparator4" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swSwipe" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swActionbar" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvAutocloseHint" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swCollapse" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/swConfirm" + app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvSenderHint" + app:switchPadding="12dp" />