awtk/design/default/ui/gif_image.xml
2021-10-25 11:39:25 +08:00

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>