2020-11-20 16:25:14 +08:00
|
|
|
<window theme="button" anim_hint="htranslate">
|
2020-11-20 16:20:03 +08:00
|
|
|
<column style="buttons">
|
|
|
|
<button name="open:dialog1" style="round" enable_long_press="true" text="Long Press"/>
|
|
|
|
<button style="red_btn" text="Text"/>
|
|
|
|
<button style="round_top" text="Fullscreen" name="fullscreen"/>
|
|
|
|
<button style="round_bottom">
|
|
|
|
<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>
|
|
|
|
</column>
|
|
|
|
|
|
|
|
<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"/>
|
|
|
|
<edit x="c" y="350" w="50%" h="30" tips="input text here"/>
|
2021-06-08 17:08:01 +08:00
|
|
|
<mledit x="c" y="390" w="50%" h="80" tips="input text here"/>
|
2020-11-20 16:20:03 +08:00
|
|
|
|
2021-01-05 11:18:30 +08:00
|
|
|
<button x="c:-50" y="b:10" w="80" h="30" name="enlarge" text="Enlarge"/>
|
|
|
|
<button x="c:50" y="b:10" w="80" h="30" name="close" text="Close"/>
|
2020-11-20 16:20:03 +08:00
|
|
|
</window>
|