jakob-grabner / Circle-Progress-View

Animated circular progress view for Android
MIT License
1.32k stars 242 forks source link

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

Closed Morteza-Rastgoo closed 8 years ago

Morteza-Rastgoo commented 9 years ago

also : Error:(2) Attribute "fillColor" has already been defined

jakob-grabner commented 9 years ago

It seems you have a naming conflict with another library. Could you post the entire stack trace or the list of libraries you use. This would help.

jakob-grabner commented 9 years ago

Please check out the latest release, i prefixed all attributes with "cpv_". Your problem should be fixed now.

Morteza-Rastgoo commented 9 years ago

Thank you, i'll check the solution and let you know that if it is working or not.

KimmiDhingra1991 commented 9 years ago

Thanks jakob for this library, Actually I got some issues in hdpi devices When there is not enough space, Then contour size not set as defined in xml, And there is also padding around the view. Please check screenshot, I set contour size in xml is 1, but it doesn't make effect on the view and I havent give any margin in the views, but it shows However, its working fine in xhdpi and xxhdpi I think the only problem is spacing, circular progressview

jakob-grabner commented 9 years ago

Hi, I am not sure what the problem is. Could you add two screenshots, one showing the result you want to achieve (so on an xhdpi device) and one showing the error.

Also i just fixed the margin error, see issue #19.