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

solve issue #2 about TintImageView bug #9

Closed jaydenyuhy closed 7 years ago

jaydenyuhy commented 8 years ago

如果在改变tint颜色后,直接调用setImageDrawable()会判断传入的drawable跟已有的是否相同,如果相同则不会调用invalidate()方法重绘,需要手动调用invalidate()方法颜色才会自动更新。