From e6658e14bb6d7ee8c1ceee769dbcf69af612f922 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 24 Jan 2020 16:39:21 +0100 Subject: [PATCH] Small layout fix --- app/src/main/res/layout/fragment_options_display.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_options_display.xml b/app/src/main/res/layout/fragment_options_display.xml index 3efa8431af..c283257c6c 100644 --- a/app/src/main/res/layout/fragment_options_display.xml +++ b/app/src/main/res/layout/fragment_options_display.xml @@ -246,8 +246,7 @@ android:text="@string/title_advanced_circular" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/swIdenticons -" + app:layout_constraintTop_toBottomOf="@id/swIdenticons" app:switchPadding="12dp" />