Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <aroma-application>
- <config
- title="Main Menu"
- primary-color="#446688"
- primary-text-color="#ffffff"
- primary-icon-color="#000000"
- icon="#drawer"
- >
- <tools>
- <item icon="res:///icon/hdpi/search.png" id="search" title="Search" />
- <item icon="@plus" id="add" title="Add Menu" />
- <switch checked id="editmode" title="Edit Mode" />
- </tools>
- <menu>
- <item>Help</item> <!-- index = 1 -->
- <item>About</item> <!-- index = 2 -->
- <separator />
- <item>Exit</item> <!-- index = 3 -->
- </menu>
- </config>
- <controls>
- <button id="button1" text="Button 1" x="0" y="0" w="50%" h="24" />
- <button id="button2" text="Button 2" x="50%" y="0" w="50%" h="24" />
- <list id="list1" x="0" y="25" w="100%" h="100%">
- <image id="imageitem" src="res:///img/img.jpg" h="100" clickable />
- <checkbox id="1" title="Test" secondary="Test Text" icon="@menu" />
- <switch checked id="2" title="Switch" icon="@icon2" />
- <paralax id="paralax" src="res:///img/paralax.jpg" h="150" clickable />
- </list>
- </controls>
- </aroma-application>
Advertisement
Add Comment
Please, Sign In to add comment