Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <TextView
  2. android:text="Recipe"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:fontFamily="sans-serif"
  6. android:textSize="50sp"
  7. android:textStyle="bold"
  8. android:background="#FFE033"
  9. android:textColor="#FF3333"
  10. android:gravity="center"/>
  11.  
  12. <TextView
  13. android:text="1. Cornstarch (2TBSP)"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:fontFamily="sans-serif"
  17. android:textSize="50sp"
  18. android:textStyle="bold"
  19. android:background="#050F62"
  20. android:textColor="#FF3333"
  21. android:gravity="center"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement