Guest User

Untitled

a guest
Oct 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ".test":{
  2. autoAdjustScrollViewInsets: true,
  3. color: "FFF",
  4. backgroundColor: "fff",
  5. barColor: "#99c60000", // this
  6. extendEdges: [
  7. Ti.UI.EXTEND_EDGE_TOP
  8. ],
  9. height: Ti.UI.FILL,
  10. includeOpaqueBars: false,
  11. navTintColor: "fff",
  12. statusBarStyle: Ti.UI.iPhone.StatusBar.LIGHT_CONTENT,
  13. width: Ti.UI.FILL
  14. }
  15.  
  16. ".test1":{
  17. color: "#FFF",
  18. barColor: "red",
  19. backgroundColor: "white",
  20. navTintColor: "white",
  21. extendEdges:[Ti.UI.EXTEND_EDGE_TOP],
  22. autoAdjustScrollViewInsets: true,
  23. }
  24.  
  25. ".fb-bar-color":{
  26. barColor: '415f9b',
  27. autoAdjustScrollViewInsets: true,
  28. color: "FFF",
  29. backgroundColor: "d3d6db",
  30. // barColor: "#99c60000", // this
  31. extendEdges: [
  32. Ti.UI.EXTEND_EDGE_TOP
  33. ],
  34. height: Ti.UI.FILL,
  35. includeOpaqueBars: false,
  36. navTintColor: "fff",
  37. statusBarStyle: Ti.UI.iPhone.StatusBar.LIGHT_CONTENT,
  38. width: Ti.UI.FILL
  39. }
Add Comment
Please, Sign In to add comment