Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_marginBottom="16dp"
- app:cardCornerRadius="8dp"
- app:cardElevation="8dp">
- <androidx.appcompat.widget.AppCompatImageView
- android:id="@+id/iv_item_photo"
- android:layout_width="match_parent"
- android:layout_height="250dp"
- android:scaleType="centerCrop"/>
- </androidx.cardview.widget.CardView>
Add Comment
Please, Sign In to add comment