How to set text color in android app for all text?

后端 未结 5 843
执念已碎
执念已碎 2021-02-01 12:16

I want to define a default text color for my android app.

I have a base activity class, that all activities are extended from it and I thought this might be a good place

5条回答
  •  醉酒成梦
    2021-02-01 12:50

    • Create style for TextView:

      
      
    • Apply it in style for App:

      
      
    • And remember to change style in AndroidManifest.xml:

      
          ...
      
      

提交回复
热议问题