To respond to my own question, I have been unable to fathom how to change the
chrome colour in the new mobile skins but by forcing the components in
question to use the old mobile skins I have managed reinstate my UI.
s|TabbedViewNavigator #tabBar
{
skinClass:ClassReference("spark.skins.mobile.TabbedViewNavigatorTabBarSkin");
chromeColor: #a20808;
}
s|ActionBar
{
chromeColor: #004494;
skinClass:ClassReference("spark.skins.mobile.ActionBarSkin");
}
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/New-Flex-skin-tp9816p9820.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.