awtk/demos/assets/raw/ui/guage.xml
2018-10-30 17:11:26 +08:00

6 lines
325 B
XML

<window style="dark" anim_hint="htranslate" >
<guage x="c" y="m" w="300" h="300" value="-128" bg_image="guage_bg" pointer_image="guage_pointer"
animation="value(from=-128, to=128, yoyo_times=1000, duration=3000, delay=1000)"/>
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>