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

6 lines
348 B
XML
Raw Normal View History

2018-04-21 17:21:55 +08:00
<dialog name="" anim_hint="bottom_to_top" icon="info" x="0" y="bottom" w="100%" h="160" text="Dialog">
2018-04-20 21:49:47 +08:00
<label name="" x="center" y="middle:-20" w="200" h="30" text="LFTK is cool!"/>
<button name="ok" x="10" y="bottom:10" w="40%" h="30" text="确定"/>
<button name="cancel" x="right:10" y="bottom:10" w="40%" h="30" text="取消"/>
</dialog>