TextInputSkin.exml 746 B

123456789
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <e:Skin class="skins.TextInputSkin" minHeight="40" minWidth="300" states="normal,disabled,normalWithPrompt,disabledWithPrompt" xmlns:e="http://ns.egret.com/eui">
  3. <e:Image width="100%" height="100%" scale9Grid="1,3,8,8" source="button_up_png"/>
  4. <e:Rect height="100%" width="100%" fillColor="0xffffff"/>
  5. <e:EditableText id="textDisplay" verticalCenter="0" left="10" right="10"
  6. textColor="0x000000" textColor.disabled="0xff0000" width="100%" height="24" size="20" />
  7. <e:Label id="promptDisplay" verticalCenter="0" left="10" right="10"
  8. textColor="0xa9a9a9" width="100%" height="24" size="20" touchEnabled="false" includeIn="normalWithPrompt,disabledWithPrompt"/>
  9. </e:Skin>