We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如在代码中为TintTextView设置文字颜色: textView3.setTextColor(ThemeUtils.getColorById(textView3.getContext(), R.color.theme_color_primary)); 主题切换后文字颜色不会主动刷新。
textView3.setTextColor(ThemeUtils.getColorById(textView3.getContext(), R.color.theme_color_primary));
The text was updated successfully, but these errors were encountered:
需要自己实现switchcolor替换,或者配置values-night
Sorry, something went wrong.
No branches or pull requests
如在代码中为TintTextView设置文字颜色:
textView3.setTextColor(ThemeUtils.getColorById(textView3.getContext(), R.color.theme_color_primary));
主题切换后文字颜色不会主动刷新。
The text was updated successfully, but these errors were encountered: