Hi I'm trying to restyle the default ActionBarSherlock theme and getting the dreaded "aapt.exe exited with code 1. (MSB6006)" error. I've isolated the problem to the following XML in my Themes.xml -
It would seem that the compiler can't find the style TextAppearance.Sherlock.Widget.Action.Title. When this element is removed the compile error disappears. The ActionBarSherlock code I'm running is from the latest monodroid-samples-master on GitHub. Below is the full Themes.xml file. Thanks in advance for any help. <?xml version="1.0" encoding="UTF-8" ?> <resources> </resources> -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ActionBarSherlock-styling-tp5713105.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
