From b4b1099e761aaa5effd89cadc6232a707ddae493 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 14 Feb 2021 17:00:56 +0800 Subject: [PATCH] fix layout error now that fields moved out of settings --- app/src/main/res/layout/settings_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/settings_fragment.xml b/app/src/main/res/layout/settings_fragment.xml index c207a44ac..dc363af22 100644 --- a/app/src/main/res/layout/settings_fragment.xml +++ b/app/src/main/res/layout/settings_fragment.xml @@ -107,7 +107,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/reportBugButton" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/lsSleepView" + app:layout_constraintTop_toBottomOf="@+id/warningNotPaired" app:layout_constraintVertical_bias="1.0" />