awtk/demos/res/raw/theme/keyboard.xml

9 lines
272 B
XML
Raw Normal View History

2018-06-17 18:34:12 +08:00
<button>
<style name="1:highlight" border_color="#a0a0a0" text_color="black">
<normal bg_color="#a8b0b0" />
<pressed bg_color="#c0c0c0" />
<over bg_color="#e0e0e0" />
<disable bg_color="gray" text_color="#d0d0d0" />
</style>
</button>