awtk/demos/assets/raw/ui/time_clock.xml
2018-09-05 15:48:58 +08:00

7 lines
322 B
XML

<window anim_hint="htranslate" >
<time_clock x="c" y="m" w="300" h="300" hour="11" minute="59" second="55"
bg_image="clock_bg" image="clock"
hour_image="clock_hour" minute_image="clock_minute" second_image="clock_second"/>
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>