mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Use same height than the loading item to avoid dynamic resizing
This commit is contained in:
parent
eed7d15b0e
commit
50a84a6c56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:minHeight="64dp"
|
||||
android:minHeight="80dp"
|
||||
android:padding="16dp">
|
||||
|
||||
<androidx.constraintlayout.helper.widget.Flow
|
||||
|
|
Loading…
Add table
Reference in a new issue