mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
27 lines
498 B
XML
27 lines
498 B
XML
<system_bar>
|
|
<style name="default">
|
|
<normal bg_color="#202020"/>
|
|
</style>
|
|
</system_bar>
|
|
|
|
<label>
|
|
<style name="title" text_align_h="left">
|
|
<normal text_color="white" />
|
|
</style>
|
|
</label>
|
|
|
|
<digit_clock>
|
|
<style name="time">
|
|
<normal text_color="green" />
|
|
</style>
|
|
</digit_clock>
|
|
|
|
<button>
|
|
<style name="close" icon="earth">
|
|
<normal icon="close_n"/>
|
|
<pressed icon="close_p"/>
|
|
<over icon="close_n"/>
|
|
<disable icon="close_d"/>
|
|
</style>
|
|
</button>
|