himanshu-soni / ChatMessageView

Android library to create chat message view easily
Apache License 2.0
643 stars 141 forks source link

Error:(2) Attribute "contentPadding" has already been defined #2

Closed khashayarghamati closed 9 years ago

khashayarghamati commented 9 years ago

hi i get this error when i want build project : Error:(2) Attribute "contentPadding" has already been defined whats problem ? tanx

himanshu-soni commented 9 years ago

Hi, The issues was attribute name was conflicting with other. I have updated attributes with 'cmv_' prefix, now it should work fine. try new version, 1.0.2.

Thanks