mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
16 lines
556 B
XML
16 lines
556 B
XML
|
|
<list_item>
|
|
<style name="odd_clickable" border_color="#a0a0a0" border="bottom" text_color="black">
|
|
<focused bg_color="#1296db" text_color="gold" />
|
|
<normal bg_color="#f5f5f5" />
|
|
<pressed bg_color="#c0c0c0" />
|
|
<over bg_color="#f5f5f5" />
|
|
</style>
|
|
<style name="even_clickable" border_color="#a0a0a0" border="bottom" text_color="black">
|
|
<focused bg_color="#1296db" text_color="gold" />
|
|
<normal bg_color="#eaeaea" />
|
|
<pressed bg_color="#c0c0c0" />
|
|
<over bg_color="#eaeaea" />
|
|
</style>
|
|
</list_item>
|