bilibili / MagicaSakura

MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
http://app.bilibili.com
Apache License 2.0
3.55k stars 468 forks source link

Java代码中手动设置颜色导致主题切换颜色不刷新问题 #74

Open Mr-Zheng-yz opened 2 years ago

Mr-Zheng-yz commented 2 years ago

如在代码中为TintTextView设置文字颜色: textView3.setTextColor(ThemeUtils.getColorById(textView3.getContext(), R.color.theme_color_primary)); 主题切换后文字颜色不会主动刷新。

xyczero commented 2 years ago

需要自己实现switchcolor替换,或者配置values-night