Use same height than the loading item to avoid dynamic resizing
This commit is contained in:
parent
eed7d15b0e
commit
50a84a6c56
|
@ -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…
Reference in New Issue