awtk/demos/res/raw/ui/dialog1.xml

6 lines
370 B
XML
Raw Normal View History

2018-04-08 12:41:48 +08:00
<dialog name="" style="1:default1" icon="info" x="10" y="120" w="300" h="160" text="Dialog">
2018-03-18 11:29:31 +08:00
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
2018-03-31 13:48:18 +08:00
<button name="ok" style="1:green_btn" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
<button name="cancel" style="2:red_btn" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
2018-03-18 11:29:31 +08:00
</dialog>