Skip to content

Commit 95f778a

Browse files
committed
Fix list entry layout
1 parent 53ab655 commit 95f778a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/recyclerview_row.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="wrap_content"
6+
android:minHeight="48dp"
67
android:clickable="true"
78
android:focusable="true"
89
android:foreground="?android:attr/selectableItemBackground">

0 commit comments

Comments
 (0)