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

7 lines
322 B
XML
Raw Normal View History

2018-08-30 17:49:23 +08:00
<window anim_hint="htranslate" >
2018-09-05 15:48:58 +08:00
<time_clock x="c" y="m" w="300" h="300" hour="11" minute="59" second="55"
2018-08-30 17:49:23 +08:00
bg_image="clock_bg" image="clock"
hour_image="clock_hour" minute_image="clock_minute" second_image="clock_second"/>
2018-09-05 15:48:58 +08:00
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
2018-08-30 17:49:23 +08:00
</window>