awtk/demos/assets/default/raw/ui/fade.xml

7 lines
356 B
XML
Raw Normal View History

2019-03-27 15:30:03 +08:00
<dialog style="notitle" anim_hint="fade(duration=300)" highlight="default(alpha=100)"
x="c" y="m" w="80%" h="160">
2018-11-15 11:14:22 +08:00
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
<button name="quit" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
2018-04-21 17:21:55 +08:00
</dialog>