awtk/demos/assets/raw/ui/bottom.xml
2018-08-24 07:45:37 +08:00

9 lines
450 B
XML

<dialog anim_hint="bottom_to_top" x="0" y="bottom" w="100%" h="160">
<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="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_client>
</dialog>