Update bg color on room list

This commit is contained in:
Benoit Marty 2021-06-14 12:45:44 +02:00
parent c26a341645
commit f54246f718
1 changed files with 2 additions and 1 deletions

View File

@ -5,13 +5,14 @@
android:id="@+id/stateView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?colorSurface">
android:background="?android:colorBackground">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/roomListView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="always"
tools:itemCount="5"
tools:listitem="@layout/item_room" />
<im.vector.app.features.home.room.list.widget.NotifsFabMenuView