awtk/demos/res/raw/ui/main.xml

14 lines
964 B
XML
Raw Normal View History

2018-06-28 16:01:28 +08:00
<window name="main" anim_hint="htranslate" layout="w100 h30 m5 s5">
2018-06-08 17:03:06 +08:00
<button name="open:memtest" x="10" y="5" w="25%" h="30" text="MemTest"/>
2018-06-15 13:39:11 +08:00
<button name="open:image" x="right:10" y="5" w="25%" h="30" text="Image"/>
2018-06-08 17:03:06 +08:00
<button name="open:basic" x="10" y="5" w="25%" h="30" text="Basic"/>
2018-06-28 16:01:28 +08:00
<button name="open:button" x="10" y="5" w="25%" h="30" text="Buttons"/>
2018-06-29 17:22:57 +08:00
<button name="open:edit" x="10" y="5" w="25%" h="30" text="Edits"/>
2018-06-19 16:29:23 +08:00
<button name="open:keyboard" x="10" y="5" w="25%" h="30" text="KeyBoard"/>
2018-06-08 17:03:06 +08:00
<button name="open:slide_view" x="center" y="5" w="25%" h="30" text="SlideView"/>
<button name="open:animation" x="right:10" y="5" w="25%" h="30" text="Animate Window"/>
<button name="open:animator" x="right:10" y="5" w="25%" h="30" text="Animate Widget"/>
2018-06-21 17:42:18 +08:00
<button name="open:locale" x="right:10" y="5" w="25%" h="30" text="Locale"/>
2018-06-11 09:29:49 +08:00
<button name="show_fps" x="right:10" y="5" w="25%" h="30" text="Show FPS"/>
2018-06-08 07:50:15 +08:00
</window>