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

8 lines
376 B
XML
Raw Normal View History

2018-09-05 15:48:58 +08:00
<window style="dark" anim_hint="htranslate" >
2018-11-14 16:23:11 +08:00
<guage x="c" y="m" w="240" h="240" image="guage_bg" >
<guage_pointer x="c" y="50" w="24" h="140" value="-128" image="guage_pointer"
animation="value(from=-128, to=128, yoyo_times=1000, duration=3000, delay=1000)"/>
</guage>
2018-09-05 15:48:58 +08:00
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>