Default settings for the appearance of clickable buttons on the screen.
Can be overridden as necessary.
Child of: <settings>
Parent of: <font>, <font_size>, <text_color>, <word_wrap>, <height>, <width>, <button_color>, <bold>, <opacity>
Example:
<button_defaults>
<font>Arial</font>
<font_size>16</font_size>
<text_color>0x000000</text_color>
<word_wrap>OFF</word_wrap>
<height>35</height>
<width>50</width>
<button_color>0xDDDDDD</button_color>
<bold>YES</bold>
<opacity>.5</opacity>
</button_defaults>