awtk/demos/assets/default/raw/ui/time_clock.xml

9 lines
353 B
XML
Raw Normal View History

2018-08-30 17:49:23 +08:00
<window anim_hint="htranslate" >
2018-11-03 12:10:42 +08:00
<time_clock x="c" y="m" w="300" h="300" bg_image="clock_bg" image="clock"
2019-09-27 11:36:10 +08:00
hour_image="clock_hour" minute_image="clock_minute" second_image="clock_second"
hour_anchor_x="0.5" hour_anchor_y="72px"
minute_anchor_x="0.5" minute_anchor_y="129px"
second_anchor_x="0.5" second_anchor_y="148px"
/>
2018-08-30 17:49:23 +08:00
</window>