Solved! Go to Solution.
<s:Label id="promptDisplay" color="0x000000" alpha="1" includeIn="normalWithPrompt,disabledWithPrompt" includeInLayout="false" maxDisplayedLines="1" mouseChildren="false" mouseEnabled="false" verticalAlign="middle"/>
esri|Geocoder { skin-class: ClassReference("com.esri.viewer.skins.MyGeocoderSkin"); }Is this not where I should be referencing the skin?
<s:Rect id="background" left="1" right="1" top="1" bottom="1"> <s:fill> <s:SolidColor id="bgFill" color="0xFFFFFF"/> </s:fill> </s:Rect>
/* Define the content fill items that should be colored by the "contentBackgroundColor" style. */ static private const contentFill:Array = [ "bgFill" ];
static private const contentFill:Array = [];
<s:RichEditableText id="textDisplay"and the
<s:Label id="promptDisplay"and followed them through the actionscript code. I don't see anywhere in the mxml or AS where the color is set. Is this possible to change? I was able to successfully change the prompt text that is displayed in the Header Controller widget in the xml file and the background was changed to white. However, the text is gray and now hard to read.
<s:Label id="promptDisplay" color="0x000000" alpha="1" includeIn="normalWithPrompt,disabledWithPrompt" includeInLayout="false" maxDisplayedLines="1" mouseChildren="false" mouseEnabled="false" verticalAlign="middle"/>