jpardogo / GoogleProgressBar

Android library to display progress like google does in some of his services.
Apache License 2.0
1.3k stars 271 forks source link

Remove ic_launcher.png from library resources #21

Closed gabrielemariotti closed 9 years ago

gabrielemariotti commented 9 years ago

Please remove the ic_launcher.png files from your library. It is not necessary, and also it is a problem with the last gradle plugin 1.2.x

thomasdsouza commented 9 years ago

Thank you for the great library. Please consider changing the name of ic_launcher.png files or please remove the iclauncher.png files from your library. Libraries that have their own resources (like ActionBarSherlock or Google's own Support v7 library) use distinctive naming schemes to avoid collisions with your resource names (abs, abc_).

jpardogo commented 9 years ago

Yes guys, no problem I will update it asap. I don't know what I was thinking when I left it there. I will try to use prefix for ids and layouts as well. It is long time i don't take a look to the lib I should do an update soon.