fix layout error now that fields moved out of settings

This commit is contained in:
Kevin Hester
2021-02-14 17:00:56 +08:00
parent 05a75f0900
commit b4b1099e76

View File

@@ -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" />
<Button