Update bg color on room list
This commit is contained in:
parent
c26a341645
commit
f54246f718
|
@ -5,13 +5,14 @@
|
||||||
android:id="@+id/stateView"
|
android:id="@+id/stateView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?colorSurface">
|
android:background="?android:colorBackground">
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/roomListView"
|
android:id="@+id/roomListView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:overScrollMode="always"
|
android:overScrollMode="always"
|
||||||
|
tools:itemCount="5"
|
||||||
tools:listitem="@layout/item_room" />
|
tools:listitem="@layout/item_room" />
|
||||||
|
|
||||||
<im.vector.app.features.home.room.list.widget.NotifsFabMenuView
|
<im.vector.app.features.home.room.list.widget.NotifsFabMenuView
|
||||||
|
|
Loading…
Reference in New Issue