I have just started to modify some projects over to ICS and like others have been disappointed with the view colour schemes.
Reading around the subject I tried themes but I am getting a compile time error: No resource found that matches the theme.....
Is this manifest correct? Am I missing some resources ?
Reading around the subject I tried themes but I am getting a compile time error: No resource found that matches the theme.....
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
SetApplicationAttribute(android:label, "$LABEL$")
Is this manifest correct? Am I missing some resources ?