先贴代码
val mTheme = resources.newTheme()
val theme = baseContext.theme i
f (theme != null) { mTheme.setTo(theme) }
theme.applyStyle(R.style.JrzDefault, true)
这种情况在于引用公共主题,不方便改动,使用代码来控制,或者切换主题。
先贴代码
val mTheme = resources.newTheme()
val theme = baseContext.theme i
f (theme != null) { mTheme.setTo(theme) }
theme.applyStyle(R.style.JrzDefault, true)
这种情况在于引用公共主题,不方便改动,使用代码来控制,或者切换主题。
本文标题:android 代码设置全局字的颜色
本文链接:https://www.haomeiwen.com/subject/gzivuftx.html
网友评论