Fix layout issue

This commit is contained in:
Benoit Marty 2021-06-10 21:37:55 +02:00 committed by Benoit Marty
parent b75a58b4d0
commit 3fe12cbd3c

View file

@ -8,6 +8,7 @@
android:background="?android:colorBackground">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
@ -74,7 +75,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/roomSettingsToolbar">
app:layout_constraintTop_toBottomOf="@+id/appBarLayout">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/roomSettingsRecyclerView"