row.xml
<? xml version ="1.0" encoding ="utf-8" ?> < androidx.cardview.widget.CardView xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="wrap_content" xmlns: app ="http://schemas.android.com/apk/res-auto" app :cardCornerRadius ="3dp" app :cardElevation ="3dp" android :clickable ="true" android :focusable ="true" android :foreground ="?android:attr/selectableItemBackground" app :cardUseCompatPadding ="true" > < RelativeLayout android :layout_width ="match_parent" android :layout_height ="wrap_content" android :padding ="16dp" > < ImageView android :layout_width ="70dp" android...