awtk/demos/assets/raw/ui/animator.xml

8 lines
375 B
XML
Raw Normal View History

2018-06-16 18:43:31 +08:00
<window>
<image name="fade" image="logo" x="center" y="10" w="200" h="60"/>
<image name="fade" image="logo" x="center" y="80" w="200" h="60"/>
<image name="move" image="logo" x="0" y="middle:-40" w="200" h="60"/>
<progress_bar name="value" x="center" y="middle" w="90%" h="40"/>
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
2018-06-08 17:03:06 +08:00
</window>