Unable to change Appcompat theme from light to holo dark Unable to change Appcompat theme from light to holo dark android android

Unable to change Appcompat theme from light to holo dark


As tyczj pointed, you need to use Theme.AppCompat as a parent for your themes if your app uses appcompat_v7. Theme.AppCompat is visually the same as Theme.Holo (dark).

See the article about styling the ActionBar on the Android documentation for more information.