ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.62k stars 1.31k forks source link

Remove unnecessary files #5

Closed ayltai closed 8 years ago

ayltai commented 8 years ago

I got compilation error in my project because I have defined supportRtl in my AndroidManifest.xml, which is also defined in SpinKit's AndroidManifest.xml. I have to use tools:replace="android:supportsRtl" as a workaround but I think it is even better if SpinKit library can remove these unnecessary fields or files.