Guest User

Untitled

a guest
Dec 7th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. function callTable()
  2. {
  3. -- England
  4. {
  5. icon = {
  6. image = "image.png",
  7. width = 28,
  8. height = 20,
  9. paddingTop = 16,
  10. base = system.resourceDirectory,
  11. },
  12. title = {
  13. label = "Header",
  14. font = "Helvetica-Bold",
  15. size = 19,
  16. color = {0, 0, 0},
  17. left = 10,
  18. top = 4,
  19. },
  20. subtitle = {
  21. label = "Subtitle",
  22. font = "Helvetica",
  23. size = 15,
  24. color = {150, 150, 150},
  25. left = 11,
  26. },
  27. onRelease = pickItem,
  28. },
  29.  
  30.  
  31. return
  32. end
Add Comment
Please, Sign In to add comment