Skip to content
New issue

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

通过findViewById(id)拿到View后设置的资源也无法切换主题么 #13

Open
leoray1990 opened this issue Feb 21, 2016 · 2 comments

Comments

@leoray1990
Copy link

比如

TextView tv=(TextView)findViewById(R.id.tv);
tv.setTextColor(R.color.color_tv);

这样的资源color_tv我试了一下好像也没办法切换主题,我通过dynamicAddView也不起作用。

@ZHSTerence
Copy link

同问,请问后来是否解决这个问题了?

@Rickyhohohey
Copy link

这个要用SkinManager的getColor来设置啦。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants