awtk/demos/res/raw/theme/tab_top.xml
2018-07-24 19:07:17 +08:00

26 lines
571 B
XML

<tab_button_group>
<style name="highlight" border_color="#a0a0a0" fg_color="#1296db">
<normal/>
</style>
</tab_button_group>
<tab_button>
<style name="default_active" margin="4" text_color="#1296db" bg_color="#eeeeee">
<normal />
<pressed />
<over />
</style>
<style name="default_deactive" margin="4" text_color="black" bg_color="#eeeeee">
<normal />
<pressed />
<over />
</style>
</tab_button>
<pages>
<style name="at_top" border_color="#a0a0a0" border="bottom">
<normal />
</style>
</pages>