awtk/demos/res/raw/theme/dialog1.xml
2018-06-15 19:12:34 +08:00

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>