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

10 lines
502 B
XML
Raw Normal View History

2019-03-28 15:24:27 +08:00
<dialog anim_hint="popup" highlight="default(start_alpha=0, end_alpha=80)"
2019-03-27 15:30:03 +08:00
x="0" y="bottom" w="100%" h="160">
2018-07-14 11:35:40 +08:00
<dialog_title x="0" y="0" w="100%" h="30" text="Hello AWTK" />
<dialog_client x="0" y="bottom" w="100%" h="-30">
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
<button name="open:confirm" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
2018-07-14 11:35:40 +08:00
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
</dialog_client>
2018-04-20 21:49:47 +08:00
</dialog>