Being in Eclipse editing the AndroidManifest.xml
the compiler shows me suggestion to add @android:style/Theme_Holo
. But when compiling I get the message:
Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme_Holo')
Is there something wrong with my settings?
Introduced in Honeycomb.
android:theme="@android:style/Theme.Holo"
The holographic theme is new in Honeycomb (SDK level 11). If your project level is set below that, the theme won't be found. (Also note that the graphical layout editor can be set to a higher level than your project setting.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With