mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 00:51:46 +08:00
16 lines
664 B
XML
16 lines
664 B
XML
<window anim_hint="htranslate">
|
|
<button x="c" y="10" w="128" h="30" text="Text"/>
|
|
<button style="red_btn" x="c" y="50" w="128" h="30" text="Text"/>
|
|
<button style="icon" x="c" y="90" w="128" h="30" text="Text"/>
|
|
<button x="c" y="130" w="128" h="30">
|
|
<label y="0" x="0" w="100%" h="100%" text="Text"/>
|
|
<image image="earth" draw_type="icon" y="0" x="right" w="30" h="100%"/>
|
|
</button>
|
|
|
|
<button style="icon" x="c" y="170" w="60" h="60" text="Text"/>
|
|
<button style="icon" x="c" y="240" w="60" h="60"/>
|
|
<button style="image" x="c" y="310" w="30" h="30"/>
|
|
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|