mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
11 lines
360 B
XML
11 lines
360 B
XML
<window anim_hint="htranslate">
|
|
<view x="0" y="0" w="100%" h="-60" children_layout="default(c=2,r=2)">
|
|
<gif image="bee" loop="1"/>
|
|
<gif image="bee" loop="10"/>
|
|
<gif image="bee" loop="20"/>
|
|
<gif image="bee"/>
|
|
</view>
|
|
<button name="close" self_layout="default(x=center,y=bottom:50,w=50%,h=30)"
|
|
floating="true" text="Close"/>
|
|
</window>
|