Maurice I have two android devices first is LG Swift L9 Android 4.1.2 and the
second one is HTC HD2 Android 2.3.7. 
On both devices my sample application works perfect. I did spark List where
I changed downColor.

 <fx:Style>
           @namespace s "library://ns.adobe.com/flex/spark";

           @media (os-platform: "android") AND (min-os-version: "4.1.2")  {
               s|List {
                   downColor: yellow;
               }
           }

           @media (os-platform: "android") AND (min-os-version: "2.3.7")  {
               s|List {
                   downColor: red;
               }
           }

    </fx:Style>

Great job Maurice :)

Piotr




-----
Apache Flex Committer
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Building-new-skins-for-Android-4-x-and-iOS7-tp35848p35980.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to