mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-13 16:45:56 +08:00
23 lines
905 B
XML
23 lines
905 B
XML
<window anim_hint="htranslate">
|
|
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=3)">
|
|
<image_value value="0" image="battery_" click_add_delta="1" min="0" max="5"/>
|
|
|
|
<image_value value="0" image="battery_"
|
|
animation="value(from=0, to=5, duration=10000)"/>
|
|
|
|
<image_value value="0" format="%02d" image="num_"
|
|
animation="value(from=10, to=100, duration=100000)"/>
|
|
|
|
<image_value value="0" format="%04d" image="num_"
|
|
animation="value(from=10, to=10000, duration=100000)"/>
|
|
|
|
<image_value value="0" format="%02.2f" image="num_"
|
|
animation="value(from=0, to=100, duration=1000000)"/>
|
|
|
|
<image_value value="0" format="%.4f" image="num_"
|
|
animation="value(from=0, to=100, duration=1000000)"/>
|
|
</view>
|
|
<button name="close" self_layout="default(x=center,y=bottom:10,w=50%,h=30)"
|
|
floating="true" text="Close"/>
|
|
</window>
|