Todd-Davies / ProgressWheel

A progress wheel for android, intended for use instead of the standard progress bar.
MIT License
2.64k stars 709 forks source link

Remove ic_launcher from library #65

Closed ghost closed 8 years ago

ghost commented 8 years ago

Fix #56

The problem was because Android libraries include resources, and this one included the ic_launcher. That resource should not be included, because almost every Android project has its own.

Todd-Davies commented 8 years ago

Thanks @MrOutis !