ckurtm / FabButton

Android Floating ActionButton with a progress indicator ring
774 stars 152 forks source link

Attribute "..." has already been defined #1

Closed dadino closed 9 years ago

dadino commented 9 years ago

When building the project I get this:

Attribute "progressColor" has already been defined.

The problem is this attr name is alredy defined by another library. My suggestion is to rename your attrs with a specific prefix, like fb or fab, or else you will have problems with other libraries that use your attrs name.

ckurtm commented 9 years ago

cool, I'll work on changing this

ckurtm commented 9 years ago

fixed in 1.0.5, thanks dadino