Use same height than the loading item to avoid dynamic resizing

This commit is contained in:
Benoit Marty 2021-12-08 22:56:45 +01:00 committed by Benoit Marty
parent eed7d15b0e
commit 50a84a6c56
1 changed files with 1 additions and 1 deletions

View File

@ -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