daimajia / AnimationEasingFunctions

Android Animation Easing Functions. Let's make animation more real!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove icon and label in AndroidManifest

dannyroa opened this issue · comments

Remove android:icon & android:label so there won't be issue on merging manifests.

https://github.com/daimajia/AnimationEasingFunctions/blob/master/library/src/main/AndroidManifest.xml

Yeah, it's really a problem.

Should be an easy fix. I can do a PR if you want.

Weird is that "tools:replace" in AndroidManifest used to fix it but sometimes it doesn't work.

I think it's an Android Studio bug.

Cool, I you are available, please make an PR.

fix in #3 .