omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

Attribute name conflict with another library #27

Closed yeshuamayen closed 8 years ago

yeshuamayen commented 8 years ago

I'm having an issue with the attribute "direction" Gradle report following error: Attribute "direction" has already been defined

Please consider using your custom and possibly unique prefix for all custom attributes. The comonly used standard is to use first characters of your library name: direction -> srldirection

Thanks!

Edit: The conflict is with the library of Mapbox

encku commented 8 years ago

Good point.

oliveeyay commented 8 years ago

Good point. Will be done in your pull request (see #28)

Thank you in advance.

Cheers,

Olivier