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

6 lines
395 B
XML
Raw Normal View History

2018-06-28 09:10:18 +08:00
<dialog name="dialog1" anim_hint="fade" style="1:default1" icon="info" x="c" y="m" w="80%" h="160" text="Dialog">
2018-04-21 17:21:55 +08:00
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
2018-06-28 16:01:28 +08:00
<button name="quit" style="100:green_btn" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
<button name="quit" style="101:red_btn" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
2018-04-21 17:21:55 +08:00
</dialog>