How do I change the textColorPrimary in a theme?

后端 未结 3 2302
借酒劲吻你
借酒劲吻你 2021-02-20 16:21

I\'m changing the theme of an activity in onCreate using setTheme (I\'m doing that even before calling super.onCreate(), as this is supposed to be more reliable).

It doe

3条回答
  •  半阙折子戏
    2021-02-20 17:10

    Turns out I was barking up the wrong tree. Overriding the colors and everything worked just fine. However, by defining android:background in my theme, everything just completely messed up, and all text appeared white, despite me overriding all colors (including textColorPrimary). Omitting android:background did the trick.

提交回复
热议问题