If I change the theme using the manifest editor :
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
I get :
AndroidManifest.xml:20: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo.Light').
Same thing if I try and set Holo.Dark (which I believe is the default).
Thanks
Gordon
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
I get :
AndroidManifest.xml:20: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo.Light').
Same thing if I try and set Holo.Dark (which I believe is the default).
Thanks
Gordon