awtk/demos/assets/raw/styles/tab_top.xml

26 lines
562 B
XML
Raw Normal View History

2018-07-23 18:53:40 +08:00
<tab_button_group>
2018-07-24 19:07:17 +08:00
<style name="highlight" border_color="#a0a0a0" fg_color="#1296db">
2018-07-23 18:53:40 +08:00
<normal/>
</style>
</tab_button_group>
<tab_button>
2018-07-26 19:05:15 +08:00
<style name="default" margin="4" text_color="black" bg_color="#eeeeee">
2018-07-23 18:53:40 +08:00
<normal />
<pressed />
<over />
</style>
2018-07-26 19:05:15 +08:00
<style name="default_active" margin="4" text_color="#1296db" bg_color="#eeeeee">
2018-07-23 18:53:40 +08:00
<normal />
<pressed />
<over />
</style>
</tab_button>
<pages>
<style name="at_top" border_color="#a0a0a0" border="bottom">
<normal />
</style>
</pages>