George created FLEX-34766: ----------------------------- Summary: 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
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)