I am using holoeverywhere. I have created my own theme for my app and I can apply this theme to my activities with success. My theme changes drawables for CheckBox, EditText, DatePicker and so on. The problem is that this theme does npot work for PreferenceActivity. What I find puzzling is if I set the theme to Holo.Theme or Holo.Theme.Light it changes as it should. But if I change it to my theme which is derived from Holo.Theme.Light it does not. Yet, an all other activities it does work. I change activity theme via:
activity.setTheme(R.style.MyCustomTheme);
All this works for all other activities just not for PreferenceActivity. Are there some undocumented atributes which must be set to change preference activity theme?
No, it's not undocumented: "I put custom preference styles in the activity theme, but nothing happened!".