awtk/demos/assets/default/raw/styles/tab_bottom_compact.xml

26 lines
636 B
XML
Raw Normal View History

2018-07-24 12:16:06 +08:00
<tab_button_group>
<style name="default" border_color="#a0a0a0" fg_color="#f0f0f0">
<normal/>
</style>
</tab_button_group>
2019-11-11 17:44:21 +08:00
<tab_button>
<style name="default" margin="4" bg_color="#eeeeee" border_color="#808080" border="right">
<normal text_color="black" />
<pressed text_color="black" />
<over text_color="black" />
<normal_of_active text_color="#1296db" />
<pressed_of_active text_color="#1296db" />
<over_of_active text_color="#1296db" />
</style>
</tab_button>
2018-07-24 12:16:06 +08:00
<pages>
<style name="default" border_color="#a0a0a0" border="left|right|top">
<normal/>
</style>
</pages>