I am trying to use the Holo Light theme application if it runs on the device at a higher speed, but for some reason the values-v11 method does not work. I see that a bunch of other people seem to be using this method, but when I define my theme in res / values-v11 / themes.xml:
<resources> <style name="MainStyle" parent="@android:Theme.Holo.Light"> </style> </resources>
Eclipse gives me error: Error retrieving parent for item: No resource found that matches the given name '@android:Theme.Holo.Light'. Same thing if I use android:Theme.Holo.Light or android:style/Theme.Holo.Light .
My minSdkVersion is 10, and my targetSdkVersion is 15.
Any ideas?
android xml themes
mightimaus
source share