2018-08-11 12:14:20 +08:00
|
|
|
<button bg_image_draw_type="patch3_x" text_color="blue">
|
2018-07-17 11:27:14 +08:00
|
|
|
<style name="green_btn" >
|
2018-06-15 19:12:34 +08:00
|
|
|
<normal bg_image="green_btn_n" />
|
|
|
|
<pressed bg_image="green_btn_p" />
|
|
|
|
<over bg_image="green_btn_o" />
|
|
|
|
</style>
|
|
|
|
|
2018-07-17 11:27:14 +08:00
|
|
|
<style name="red_btn">
|
2018-06-15 19:12:34 +08:00
|
|
|
<normal bg_image="red_btn_n" />
|
|
|
|
<pressed bg_image="red_btn_p" />
|
|
|
|
<over bg_image="red_btn_o" />
|
|
|
|
</style>
|
|
|
|
</button>
|
|
|
|
|
2018-07-14 11:35:40 +08:00
|
|
|
<dialog>
|
2018-07-17 11:27:14 +08:00
|
|
|
<style name="custom">
|
2018-07-14 11:35:40 +08:00
|
|
|
<normal />
|
|
|
|
</style>
|
|
|
|
</dialog>
|
|
|
|
|
|
|
|
<dialog_title icon="info" text_color="black">
|
2018-07-17 11:27:14 +08:00
|
|
|
<style name="custom">
|
2018-08-11 12:14:20 +08:00
|
|
|
<normal bg_image="dialog_title" bg_image_draw_type="patch3_x"/>
|
2018-07-14 11:35:40 +08:00
|
|
|
</style>
|
|
|
|
</dialog_title>
|
|
|
|
|
|
|
|
<dialog_client>
|
2018-07-17 11:27:14 +08:00
|
|
|
<style name="custom">
|
2018-07-14 11:35:40 +08:00
|
|
|
<normal bg_color="#ededed" border_color="gray" />
|
|
|
|
</style>
|
|
|
|
</dialog_client>
|
|
|
|
|