Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <Alloy>
  2. <TabGroup>
  3. <Tab id="tab1" title="Events" icon="/images/851-calendar.png">
  4. <Window id="win1" title="Events">
  5. <Label id="label1" color="#999">Events</Label>
  6. </Window>
  7. </Tab>
  8. <Tab id="tab2" title="Museum" icon="/images/880-bank.png">
  9. <Window id="win2" title="Museum">
  10. <Label id="label2" color="#999">Museum</Label>
  11. </Window>
  12. </Tab>
  13. <Tab id="tab3" title="Collections" icon="/images/837-palette.png">
  14. <Window id="win3" title="Collections">
  15. <Label id="label3" color="#999">Collections</Label>
  16. </Window>
  17. </Tab>
  18. <Tab id="tab4" title="Media" icon="/images/788-video-film-strip.png">
  19. <Window id="win4" title="Media">
  20. <Label id="label4" color="#999">Media</Label>
  21. </Window>
  22. </Tab>
  23. <Tab id="tab5" title="Search" icon="/images/708-search.png">
  24. <Window id="win5" title="Search">
  25. <Label id="label5" color="#999">Search</Label>
  26. </Window>
  27. </Tab>
  28. </TabGroup>
  29. </Alloy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement