Advertisement
Guest User

list_item_policy

a guest
Feb 20th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:orientation="vertical"
  7. android:background="@drawable/back" >
  8.  
  9. <android.support.v7.widget.CardView
  10. android:layout_margin="@dimen/activity_horizontal_margin"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content">
  13.  
  14. <LinearLayout
  15. android:id="@+id/policy_layout"
  16. android:padding="16dp"
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:orientation="vertical">
  20.  
  21. <TextView
  22. android:id="@+id/nomorpolis"
  23. android:text="@string/nomorpolis"
  24. android:textSize="16sp"
  25. android:textAppearance="@style/TextAppearance.AppCompat.Medium"
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:textColor="@color/White"/>
  29.  
  30. </LinearLayout>
  31. </android.support.v7.widget.CardView>
  32.  
  33.  
  34. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement