Fix background of bottom sheet generic item.

This commit is contained in:
Onuray Sahin 2020-07-08 13:52:56 +03:00
parent 2afe642e8b
commit 6d270dc5f4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
android:id="@+id/item_generic_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/colorBackground"
android:background="?riotx_background"
android:minHeight="50dp">
<ImageView