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.
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!