mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-16 01:51:41 +08:00
20 lines
674 B
XML
20 lines
674 B
XML
<button>
|
|
<style name="100:icon" icon="earth" border_color="#a0a0a0" text_color="black">
|
|
<normal bg_color="#f0f0f0" />
|
|
<pressed bg_color="#c0c0c0" />
|
|
<over bg_color="#e0e0e0" />
|
|
<disable bg_color="gray" text_color="#d0d0d0" />
|
|
</style>
|
|
<style name="101:red_btn" bg_image_draw_type="3patch_x" text_color="blue">
|
|
<normal bg_image="red_btn_n" />
|
|
<pressed bg_image="red_btn_p" />
|
|
<over bg_image="red_btn_o" />
|
|
</style>
|
|
<style name="102:image" bg_image_draw_type="center" text_color="blue">
|
|
<normal bg_image="play_n" />
|
|
<pressed bg_image="play_p" />
|
|
<over bg_image="play_o" />
|
|
</style>
|
|
</button>
|
|
|