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
1、使用这个切换皮肤,如果是 通过 加载 一个数组中的 资源,该怎么办? 设置tag肯定不行吧? 2、修改toolbar上面字体的颜色,是通过 Style设置的,怎么修改?或者怎么设置? 3、修改menu 中item的 图标和字体颜色时,MenuItem menuAdd=menu.findItem(R.id.action_add); SkinManager.getInstance().injectSkin((View) menuAdd); 类型转换异常,应该怎么使用?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、使用这个切换皮肤,如果是 通过 加载 一个数组中的 资源,该怎么办? 设置tag肯定不行吧?
2、修改toolbar上面字体的颜色,是通过 Style设置的,怎么修改?或者怎么设置?
3、修改menu 中item的 图标和字体颜色时,MenuItem menuAdd=menu.findItem(R.id.action_add);
SkinManager.getInstance().injectSkin((View) menuAdd); 类型转换异常,应该怎么使用?
The text was updated successfully, but these errors were encountered: