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

8 lines
299 B
XML
Raw Normal View History

2018-12-03 12:50:07 +08:00
<system_bar h="30">
<column x="0" y="0" w="-40" h="100%">
<label style="title" x="10" y="m" w="55%" h="100%" name="title"/>
2018-12-11 15:20:52 +08:00
<digit_clock style="time" x="r" y="m" w="40%" h="100%" format="hh:mm"/>
2018-12-03 12:50:07 +08:00
</column>
2019-05-15 17:48:46 +08:00
<button style="close" x="r:5" y="m" w="26" h="26" name="close"/>
2018-12-03 12:50:07 +08:00
</system_bar>