mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 09:31:14 +08:00
15 lines
382 B
XML
15 lines
382 B
XML
<button bg_image_draw_type="3patch_x" text_color="blue">
|
|
<style name="1:green_btn" >
|
|
<normal bg_image="green_btn_n" />
|
|
<pressed bg_image="green_btn_p" />
|
|
<over bg_image="green_btn_o" />
|
|
</style>
|
|
|
|
<style name="2:red_btn">
|
|
<normal bg_image="red_btn_n" />
|
|
<pressed bg_image="red_btn_p" />
|
|
<over bg_image="red_btn_o" />
|
|
</style>
|
|
</button>
|
|
|