Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <androidx.cardview.widget.CardView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="100dp"
- android:layout_marginBottom="100dp"
- app:cardElevation="0dp">
- <com.package.name.RoundRectCornerImageView
- android:id="@+id/feed_image"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@android:color/black"
- android:contentDescription="@string/feed_image"
- android:scaleType="fitXY" />
- </androidx.cardview.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement