Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <androidx.cardview.widget.CardView
- android:layout_width="375dp"
- android:layout_height="380dp"
- android:layout_margin="10dp"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- app:cardCornerRadius="25dp"
- app:cardElevation="5dp">
- <LinearLayout
- android:layout_width="389dp"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/compass"
- android:layout_width="match_parent"
- android:layout_gravity="center"
- android:layout_height="wrap_content"
- android:background="@drawable/nsew"
- android:gravity="center" />
- </LinearLayout>
- </androidx.cardview.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment