<?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/dp_10" app:cardCornerRadius="@dimen/dp_7"> <ImageView android:id="@+id/recommendImageView" android:layout_width="match_parent" android:layout_height="@dimen/dp_125" android:scaleType="centerCrop" /> </androidx.cardview.widget.CardView>