My PreferenceActivity contains a nested PreferenceScreen in another PreferenceScreen and I’m applying a theme to my PrefenceActivity that changes the background color. However when I open the nested PreferenceScreen I get a black background and I cannot see the options.
This happens with android 2.1 , but it does not happen with android 1.6.
Any ideas on how this can be corrected?
I found a way to do it but it quite a hack.
This is my
prefs.xmlAnd this is my code for the class that
extends PreferenceActivity