mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 17:10:51 +08:00
12 lines
538 B
XML
12 lines
538 B
XML
<window anim_hint="htranslate" >
|
|
<time_clock x="c" y="m" w="300" h="300" bg_image="clock_bg" image="clock"
|
|
hour_image="clock_hour" minute_image="clock_minute" second_image="clock_second"/>
|
|
|
|
<digit_clock x="c" y="10" w="300" h="30" format="Y/M/D"/>
|
|
<digit_clock x="c" y="40" w="300" h="30" format="h:m:s"/>
|
|
<digit_clock x="c" y="70" w="300" h="30" format="h:m" />
|
|
<digit_clock x="c" y="bottom:50" w="300" h="30" format="Y/M/D h:m:s"/>
|
|
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|