Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <android.support.v7.widget.CardView
  2. android:layout_margin="10dp"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5.  
  6. <LinearLayout
  7. android:layout_margin="10dp"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:orientation="vertical"
  11. android:background="#ffffff">
  12.  
  13. <TextView
  14. android:layout_marginTop="10dp"
  15. android:layout_marginLeft="10dp"
  16. android:layout_marginRight="10dp"
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:text="Kategori Produk"
  20. android:textSize="12dp"/>
  21.  
  22. <Spinner
  23. android:layout_marginBottom="10dp"
  24. android:layout_marginRight="10dp"
  25. android:layout_marginLeft="5dp"
  26. android:layout_marginTop="5dp"
  27. android:id="@+id/sp_jenis"
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content" />
  30.  
  31. </LinearLayout>
  32.  
  33. </android.support.v7.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement