mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
28 lines
515 B
XML
28 lines
515 B
XML
<overlay>
|
|
<style name="default" border_color="#000000">
|
|
<normal bg_color="#f0f0f0" />
|
|
<focused bg_color="#e0e0e0"/>
|
|
</style>
|
|
</overlay>
|
|
|
|
<view>
|
|
<style name="title">
|
|
<normal bg_color="#404040" />
|
|
</style>
|
|
</view>
|
|
|
|
<digit_clock>
|
|
<style name="time">
|
|
<normal text_color="white" />
|
|
</style>
|
|
</digit_clock>
|
|
|
|
<button>
|
|
<style name="close">
|
|
<normal icon="close_n"/>
|
|
<pressed icon="close_p"/>
|
|
<over icon="close_n"/>
|
|
<disable icon="close_d"/>
|
|
</style>
|
|
</button>
|