mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 09:31:14 +08:00
26 lines
543 B
XML
26 lines
543 B
XML
|
|
<tab_button_group>
|
|
<style name="highlight" border_color="#1296db">
|
|
<normal/>
|
|
</style>
|
|
</tab_button_group>
|
|
|
|
<tab_button>
|
|
<style name="default" margin="4" text_color="black" bg_color="#eeeeee">
|
|
<normal />
|
|
<pressed />
|
|
<over />
|
|
</style>
|
|
<style name="default_active" margin="4" text_color="#00aa00" bg_color="#eeeeee">
|
|
<normal />
|
|
<pressed />
|
|
<over />
|
|
</style>
|
|
</tab_button>
|
|
|
|
<pages>
|
|
<style name="at_top" border_color="#a0a0a0" border="bottom">
|
|
<normal />
|
|
</style>
|
|
</pages>
|