Quote:
Originally Posted by BenChen
As for the font size, I really don't know. The multi-line textbox is one of the built-in widgets. I don't know if the font size can be changed.
|
Hi Ben,
<text>is build in, but fully customizable.
Your are defining
Code:
<skin id="eventText"
cutouts="htext-lt,htext-ct,htext-rt,htext-lm,htext-cm,htext-rm,htext-lb,htext-cb,htext-rb"
styles="htext-e,htext-e,htext-p,htext-s"/>
implicit using this definitions form AppAssets.xml
so the new style "eventText" will be the same as "helpText" from AppAssets.
Just replace the second line of your definitions with some other text-styles to meet your requirements.
The four text-styles (indicated by the trailing char d,e,p,s) stands for the four (4) possible states of the element:
d-isabled
e-nable
p-ressed
s-elected
The order may vary from element to element, but you can always check with the defsked sources of fskin.
Regards
Mark