mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Fix background of bottom sheet generic item.
This commit is contained in:
parent
2afe642e8b
commit
6d270dc5f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue