Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. //Construct main app header
  2. var headerView = Titanium.UI.createView({
  3. backgroundColor:'#CCCCCC',
  4. top:40,
  5. left:0,
  6. height:80,
  7. width:768,
  8. opacity:0.85
  9. });
  10.  
  11. var logo = Titanium.UI.createImageView({
  12. url:'images/logo.png',
  13. width:768,
  14. height:160,
  15.  
  16. });
  17. headerView.add(logo);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement