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

切换主题后TintImageView中的颜色没有改变,测试机型系统版本Android5.0 #2

Closed Leo199206 closed 8 years ago

Leo199206 commented 8 years ago

AppCompatImageHelper ——>applySupportImageTint()方法需要去除版本号判断,直接 setImageDrawable(null);TintImageView的背景颜色方可同步更新。

xyczero commented 8 years ago

自测在5.0手机上运行正常,请问你是在项目demo中遇到无法变色情况,还是在自己的demo 中,如果是在自己demo中方便贴一下代码吗?

Leo199206 commented 8 years ago

是在项目demo中遇到部分控件无法根据主题变色的情况,程序后台后再返回前台,控件颜色恢复正常。 bug请见图片链接: http://o8ap2cw2n.bkt.clouddn.com/16-7-4/77150854.jpg