Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 607 forks source link

HoloEverywhere with android holo colors #791

Open adiki opened 10 years ago

adiki commented 10 years ago

Hi!

I'm trying to integrate HoloEverywhere with resources generated from http://android-holo-colors.com/. I overrode drawables hdpi mdpi xhdpi and it works fine on android 2.2 but not on 4.0. https://github.com/Prototik/HoloEverywhere/issues/472 when I try to remove any of folders values-v11 or values-v14 like in that issue, my app crash e.g. (SearchView) MenuItemCompat.getActionView(searchItem); returns null. When I don't remove those folders i have default colors and drawables.

Any solutions?

Thanks for the help!

hichamboushaba commented 10 years ago

I'm facing the same problem.