I have a PreferenceCategory, xml file and I have defined all preferences in it, I call this from class that extends PreferenceActivity. I am unable
PreferenceCategory
PreferenceActivity
Go to res>values>styles.xml> and add this code to your the style should must be app base theme in this @color/activ is color resources added to colors.
res>values>styles.xml>
@color/activ
if you use app_theme name of style tag then add like this to your manifest
app_theme
//here
If you only want to change your background