Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot switch to Holo Dark theme

Tags:

android

I'm making an app which would look cool with the Holo Dark theme. I've set the XML to this:

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

It still doesn't work. Am I missing something?

like image 796
Soham Chowdhury Avatar asked Dec 05 '22 14:12

Soham Chowdhury


1 Answers

Make sure you have this declared in values-v14/styles.xml

<style name="AppTheme" parent="android:Theme.Holo" />
like image 59
Suraj Bajaj Avatar answered Jan 22 '23 01:01

Suraj Bajaj