glomadrian / material-animated-switch

A material Switch with icon animations and color transitions
1.18k stars 158 forks source link

Compile error caused by application delaration in library. #7

Open ajalt opened 9 years ago

ajalt commented 9 years ago
Attribute application@label value=(@string/launcher_name) from AndroidManifest.xml:20:9
    is also present at com.github.glomadrian:MaterialAnimatedSwitch:1.1:13:9 value=(@string/app_name)

This library declares an application element in its AndroidManifest. This element shouldn't be included in a library because it tries to override the client application's attributes.