How to change text color of preference category in Android?

前端 未结 11 531
别那么骄傲
别那么骄傲 2020-12-05 04:28

The textColor attribute isn\'t working. Here\'s my XML:


         


        
11条回答
  •  执笔经年
    2020-12-05 04:59

    Actually just found out that preference category text using colorAccent.

    If your app didn't using style of colorAccent, you can go to styles.xml and find
    @color/colorPrimary, and change the color as you want.

提交回复
热议问题