2018-09-28 17:48:59 +08:00
|
|
|
<window name="switch" anim_hint="htranslate">
|
2018-09-29 15:59:38 +08:00
|
|
|
<view x="0" y="0" w="100%" h="80%" layout="row:4 col:4">
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="100"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="200"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="300"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="400"/>
|
2018-09-28 17:48:59 +08:00
|
|
|
|
2018-09-29 15:59:38 +08:00
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="500"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="600"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="700"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="800"/>
|
|
|
|
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="900"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1000"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1100"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1200"/>
|
|
|
|
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1300"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1400"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1500"/>
|
|
|
|
<image_animation image="ani" sequence="123456789abc" auto_play="true" interval="50" delay="1600"/>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<button name="close" x="center" y="bottom:50" w="50%" h="50" text="close"/>
|
2018-09-28 17:48:59 +08:00
|
|
|
</window>
|