atermenji / IconicDroid

IconicDroid is a custom Android Drawable which allows to draw icons from several iconic fonts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons are drawn twice on the Kindle

Brblol opened this issue · comments

For some reason two of each icon are displayed. one on top of the other on the kindle. This is happening on my app and also the sample app this repo.

Please see these images as an example http://imgur.com/a/E6l2V

The icon starts off doubled then when I select a different icon from the spinner, it doesn't remove the old one, it just ads it on top

All icons in my app are doubled on top of each other.

I played around with the library and my wild wild guess is invalidateSelf() but I don't know

Thanks, I'll try to investigate the issue

Hi

Any luck with this one? If you have an idea what might be causing tell me and i'll investigate it

Thanks

@Brblol
Can you try my version?

That worked great. Thanks