How to set the holo dark theme in a Android app?

gurehbgui picture gurehbgui · Oct 3, 2012 · Viewed 114.9k times · Source

How can I set the dark holo theme in my app? At this time I got this:

<style name="AppTheme" parent="android:Theme.Holo.Light" />

But when I change it to:

<style name="AppTheme" parent="android:Theme.Holo.Dark" />

I get an error error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dark'.

How to solve the problem?

Answer

Lars Werkman picture Lars Werkman · Oct 3, 2012

change parent="android:Theme.Holo.Dark" to parent="android:Theme.Holo"

The holo dark theme is called Holo