You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "OmPrakash Muppirala (JIRA)" <ji...@apache.org> on 2015/02/25 03:38:04 UTC

[jira] [Assigned] (FLEX-34766) Android Button Skin transparency issue

     [ https://issues.apache.org/jira/browse/FLEX-34766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

OmPrakash Muppirala reassigned FLEX-34766:
------------------------------------------

    Assignee: OmPrakash Muppirala

> Android Button Skin transparency issue
> --------------------------------------
>
>                 Key: FLEX-34766
>                 URL: https://issues.apache.org/jira/browse/FLEX-34766
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mobile: Button Skin
>    Affects Versions: Apache Flex 4.14.0
>         Environment: Android 4.x
>            Reporter: George
>            Assignee: OmPrakash Muppirala
>
> The new Button skin for Android 4 has a visual issue when used on a dark background (it's almost invisible). I tried using a chromeColor style to bypass this, but the skin seems to ignore it.
> Thanks!
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
> 			   xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">
> 	
> 	<s:Rect width="100%" height="100%">
> 		<s:fill>
> 			<s:SolidColor color="#000000"/>
> 		</s:fill>
> 	</s:Rect>
> 	
> 	<s:Button left="10" right="10" top="10" height="30" label="The Button"  skinClass="spark.skins.android4.ButtonSkin"/>
> </s:Application>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)