mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 17:41:29 +08:00
12 lines
817 B
XML
12 lines
817 B
XML
<window name="main" anim_hint="htranslate" layout="w128 h30 m5 s10">
|
|
<button name="open:memtest" x="10" y="5" w="25%" h="30" text="MemTest"/>
|
|
<button name="open:image" x="right:10" y="5" w="25%" h="30" text="Image"/>
|
|
<button name="open:basic" x="10" y="5" w="25%" h="30" text="Basic"/>
|
|
<button name="open:keyboard" x="10" y="5" w="25%" h="30" text="KeyBoard"/>
|
|
<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"/>
|
|
<button name="open:locale" x="right:10" y="5" w="25%" h="30" text="Locale"/>
|
|
<button name="show_fps" x="right:10" y="5" w="25%" h="30" text="Show FPS"/>
|
|
</window>
|