mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 17:10:51 +08:00
6 lines
325 B
XML
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>
|