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

22 lines
1.0 KiB
XML
Raw Normal View History

2018-07-05 15:22:04 +08:00
<window name="main" anim_hint="htranslate" layout="c2 h30 m5 s5">
<button name="open:basic" text="Basic"/>
<button name="open:edit" text="Edits"/>
<button name="open:keyboard" text="KeyBoard"/>
<button name="open:list_view" text="ListView"/>
<button name="open:slide_view" text="SlideView"/>
<button name="open:animation" text="Animate Window"/>
<button name="open:animator" text="Animate Widget"/>
<button name="open:locale" text="Locale"/>
2018-07-23 18:53:40 +08:00
<button name="open:tab_control" text="Tab Control"/>
2018-07-26 19:05:15 +08:00
<button name="open:combo_box" text="ComboBox"/>
2018-07-29 12:43:39 +08:00
<button name="open:rich_text" text="RichText"/>
2018-08-23 15:33:08 +08:00
<button name="open:color_picker" text="Color Picker"/>
2018-09-05 15:48:58 +08:00
<button name="open:time_clock" text="Time Clock"/>
<button name="open:guage" text="Guage"/>
2018-09-19 16:00:39 +08:00
<button name="open:button" text="Buttons"/>
2018-09-26 10:09:59 +08:00
<button name="open:text_selector" text="Selector"/>
2018-09-19 16:00:39 +08:00
<button name="open:images" text="Image"/>
<button name="open:memtest" text="MemTest"/>
2018-07-05 15:22:04 +08:00
<button name="show_fps" text="Show FPS"/>
2018-06-08 07:50:15 +08:00
</window>