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

6 lines
299 B
XML
Raw Normal View History

2018-04-21 07:43:02 +08:00
<window name="main" anim_hint="vtranslate" x="0" y="0" w="320" h="480">
2018-04-21 17:21:55 +08:00
<button name="fade" x="10" y="middle" w="25%" h="30" text="Fade"/>
<button name="top" x="center" y="middle" w="25%" h="30" text="Top"/>
<button name="close" x="right:10" y="middle" w="25%" h="30" text="Close"/>
2018-04-20 21:49:47 +08:00
</window>