awtk/design/default/styles/system_bar_bottom.xml
2023-05-16 18:42:02 +08:00

30 lines
584 B
XML

<system_bar_bottom>
<style name="default">
<normal bg_color="#606060"/>
</style>
<style name="system_bar">
<normal bg_color="#404040"/>
</style>
</system_bar_bottom>
<label>
<style name="title" text_align_h="left">
<normal text_color="white" />
</style>
</label>
<digit_clock>
<style name="time">
<normal text_color="white" />
</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>