AzisMM

item_row_inspiration

Sep 15th, 2021 (edited)
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent"
  4.     android:layout_height="wrap_content"
  5.     xmlns:app="http://schemas.android.com/apk/res-auto"
  6.     android:layout_marginBottom="16dp"
  7.     app:cardCornerRadius="8dp"
  8.     app:cardElevation="8dp">
  9.    
  10.     <androidx.appcompat.widget.AppCompatImageView
  11.         android:id="@+id/iv_item_photo"
  12.         android:layout_width="match_parent"
  13.         android:layout_height="250dp"
  14.         android:scaleType="centerCrop"/>
  15.  
  16. </androidx.cardview.widget.CardView>
Add Comment
Please, Sign In to add comment