change background color of Preference

后端 未结 8 1810
北荒
北荒 2020-12-02 10:25

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

8条回答
  •  南笙
    南笙 (楼主)
    2020-12-02 11:07

    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.

    
    

    if you use app_theme name of style tag then add like this to your manifest

     //here
    

    If you only want to change your background

提交回复
热议问题