Advertisement
basbasbas

Untitled

Nov 12th, 2024
51
0
5 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1. <androidx.cardview.widget.CardView
  2.         android:layout_width="match_parent"
  3.         android:layout_height="match_parent"
  4.         android:layout_centerHorizontal="true"
  5.         android:layout_marginTop="100dp"
  6.         android:layout_marginBottom="100dp"
  7.         app:cardElevation="0dp">
  8.  
  9.         <com.package.name.RoundRectCornerImageView
  10.             android:id="@+id/feed_image"
  11.             android:layout_width="wrap_content"
  12.             android:layout_height="wrap_content"
  13.             android:src="@android:color/black"
  14.             android:contentDescription="@string/feed_image"
  15.             android:scaleType="fitXY" />
  16.  
  17.     </androidx.cardview.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement