fix layout error now that fields moved out of settings

pull/250/head
Kevin Hester 2021-02-14 17:00:56 +08:00
rodzic 05a75f0900
commit b4b1099e76
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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