On Fri, Jun 13, 2014 at 10:15 AM, quick6black <anas...@gmail.com> wrote:

> here is a screen shot of the stageTextAreaSkin and stageTextInputSkin.
> <
> http://apache-flex-development.2333347.n4.nabble.com/file/n38278/text_input.png
> >
> my thoughts were too create a style reference to change the border from
> flat
> to rectangular and also to keep the background color and background alpha.
> Here would be the style reference for textinput
>
> TextInput
> {
>         skinClass:
> ClassReference("spark.skins.android4.StageTextInputSkin");
>         contentBackgroundAlpha: 0;
>         contentBackgroundColor: #DEDEDD;
>         contentBackgroundAppearance: "flat";
>         selectionHighlighting: "never";
>         focusEnabled:"false";
>         focusThickness: 0;
> }
>
> and for TextArea
>
> TextArea
> {
>         skinClass:
> ClassReference("spark.skins.android4.StageTextAreaSkin");
>         contentBackgroundAlpha: 1;
>         contentBackgroundAppearance: "rectangle";
>         contentBackgroundColor: #DEDEDD;
>         selectionHighlighting: "never";
>         focusEnabled:"false";
>         focusThickness: 0;
> }
>
> let me know what you think. I have a few orientation issues to resolve and
> then should be good to submit.
>
>

This looks verygood to me.

Just one thing I would ask is to make sure that the skins work for all
DPIs?  I am working on modifying the SpinnerList class to support all DPIs
right now.
It would be of real help if you can concentrate on that for the TextInput
skins as well.

Thanks,
Om


>
>
> --
> View this message in context:
> http://apache-flex-development.2333347.n4.nabble.com/Re-IOS-7-and-Android-4-3-Skinning-tp37835p38278.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to