android|android 代码设置全局字的颜色

先贴代码

【android|android 代码设置全局字的颜色】val mTheme = resources.newTheme()
val theme = baseContext.theme i
f (theme != null) { mTheme.setTo(theme) }
theme.applyStyle(R.style.JrzDefault, true)
这种情况在于引用公共主题,不方便改动,使用代码来控制,或者切换主题。

    推荐阅读