HarshBarash

View

May 10th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.92 KB | None | 0 0
  1.  <androidx.cardview.widget.CardView
  2.             android:layout_width="375dp"
  3.             android:layout_height="380dp"
  4.             android:layout_margin="10dp"
  5.             android:layout_marginLeft="15dp"
  6.             android:layout_marginRight="15dp"
  7.             app:cardCornerRadius="25dp"
  8.             app:cardElevation="5dp">
  9.  
  10.             <LinearLayout
  11.                 android:layout_width="389dp"
  12.                 android:layout_height="match_parent"
  13.                 android:orientation="vertical">
  14.  
  15.                 <ImageView
  16.                     android:id="@+id/compass"
  17.                     android:layout_width="match_parent"
  18.                     android:layout_gravity="center"
  19.                     android:layout_height="wrap_content"
  20.                     android:background="@drawable/nsew"
  21.                     android:gravity="center" />
  22.  
  23.  
  24.  
  25.             </LinearLayout>
  26.         </androidx.cardview.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment