Guest User

Untitled

a guest
Jun 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_width="match_parent"
  3. android:layout_height="wrap_content"
  4. android:orientation="vertical"
  5. android:gravity="center">
  6.  
  7. <CheckBox
  8. android:id="@+id/cannamon"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:text="Cinnamon"
  12. android:textSize="18sp" />
  13.  
  14. <CheckBox
  15. android:id="@+id/nutmeg"
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:text="Nutmeg"
  19. android:textSize="18sp" />
  20.  
  21. <CheckBox
  22. android:id="@+id/nutella"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:text="Nutella"
  26. android:textSize="18sp" />
  27.  
  28. <CheckBox
  29. android:id="@+id/whipped_cream"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:text="Whipped Cream"
  33. android:textSize="18sp" />
  34. </LinearLayout>
Add Comment
Please, Sign In to add comment