Guest User

Untitled

a guest
Aug 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:id="@+id/lnrMstr"
  7. android:orientation="vertical"
  8. android:background="#0D000000">
  9.  
  10. <android.support.v7.widget.CardView
  11. android:id="@+id/card_view_main"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. app:cardCornerRadius="@dimen/_5sdp"
  15. app:cardElevation="@dimen/_5sdp"
  16. app:cardUseCompatPadding="true"
  17. android:layout_margin="@dimen/_2sdp"
  18. android:layout_gravity="center_horizontal">
  19. </android.support.v7.widget.CardView>
  20.  
  21. </LinearLayout>
Add Comment
Please, Sign In to add comment