mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
15 lines
765 B
XML
15 lines
765 B
XML
<window style="dark" anim_hint="htranslate" >
|
|
<guage x="c" y="10" 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>
|
|
|
|
<guage x="c" y="bottom:60" w="240" h="240" image="guage_bg" >
|
|
<guage_pointer x="c" y="50" w="12" h="140" value="-128"
|
|
animation="value(from=-128, to=128, yoyo_times=1000, duration=3000, delay=1000)"/>
|
|
<guage_pointer x="c" y="50" w="12" h="140" value="-128" image="pointer"
|
|
animation="value(from=-128, to=128, yoyo_times=1000, duration=3000)"/>
|
|
</guage>
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|