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

19 lines
512 B
XML
Raw Normal View History

2018-07-23 18:53:40 +08:00
<tab_button>
2018-07-26 19:05:15 +08:00
<style name="default" text_align_h="left" margin="4" border_color="#cccccc" 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" text_align_h="left" margin="4" border_color="#cccccc" text_color="#1296db" bg_color="#eeeeee">
2018-07-23 18:53:40 +08:00
<normal />
<pressed />
<over />
</style>
</tab_button>
<pages>
<style name="default" border_color="#a0a0a0" border="left">
<normal />
</style>
</pages>