2018-10-20 19:04:48 +08:00
|
|
|
<dialog name="dialog1" anim_hint="center_scale(duration=300)" x="c" y="m" w="80%" h="160" text="Dialog">
|
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="quit" x="10" y="bottom:10" w="40%" h="30" text="确定"/>
|
|
|
|
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="取消"/>
|
|
|
|
</dialog_client>
|
2018-03-18 11:29:31 +08:00
|
|
|
</dialog>
|