awtk/demos/assets/raw/ui/fade.xml
2018-11-15 11:14:22 +08:00

6 lines
323 B
XML

<dialog style="notitle" anim_hint="fade(duration=300)" x="c" y="m" w="80%" h="160">
<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"/>
</dialog>