amarullz

xml layout

Jul 23rd, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <aroma-application>
  2.   <config
  3.    title="Main Menu"
  4.    primary-color="#446688"
  5.    primary-text-color="#ffffff"
  6.    primary-icon-color="#000000"
  7.    icon="#drawer"
  8.  >
  9.     <tools>
  10.       <item icon="res:///icon/hdpi/search.png" id="search" title="Search" />
  11.       <item icon="@plus" id="add" title="Add Menu" />
  12.       <switch checked id="editmode" title="Edit Mode" />
  13.     </tools>
  14.    
  15.     <menu>
  16.       <item>Help</item>  <!-- index = 1 -->
  17.       <item>About</item> <!-- index = 2 -->
  18.       <separator />
  19.       <item>Exit</item> <!-- index = 3 -->
  20.     </menu>
  21.   </config>
  22.   <controls>
  23.     <button id="button1" text="Button 1" x="0" y="0" w="50%" h="24" />
  24.     <button id="button2" text="Button 2" x="50%" y="0" w="50%" h="24" />
  25.     <list id="list1" x="0" y="25" w="100%" h="100%">
  26.       <image id="imageitem" src="res:///img/img.jpg" h="100" clickable />
  27.       <checkbox id="1" title="Test" secondary="Test Text" icon="@menu" />
  28.       <switch checked id="2" title="Switch" icon="@icon2" />
  29.       <paralax id="paralax" src="res:///img/paralax.jpg" h="150" clickable />
  30.     </list>
  31.   </controls>
  32. </aroma-application>
Advertisement
Add Comment
Please, Sign In to add comment