How to programmatically change the primary color in Android L?

后端 未结 4 463
别跟我提以往
别跟我提以往 2020-12-24 14:11

Is there a way to change programmatically the primary colors. I would like to do it in code depending on the screen/state of the app.

Currently I can only set the co

4条回答
  •  清酒与你
    2020-12-24 15:11

    This change everything in text

    @color/textGrey
        @color/textGrey
        @color/textGrey
        @color/textGrey
    

提交回复
热议问题