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

6 lines
325 B
XML
Raw Normal View History

2018-09-05 15:48:58 +08:00
<window style="dark" anim_hint="htranslate" >
2018-10-30 17:11:26 +08:00
<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)"/>
2018-09-05 15:48:58 +08:00
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>