uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

ArcAngle property is not working #24

Closed vivekm26 closed 8 years ago

vivekm26 commented 9 years ago

When ever I set the arc angle property in xml file and run the app it fails with android.view.InflateException: Binary XML file line #128: Error inflating class com.github.lzyzsd.circleprogress.ArcProgress

tarunmahe commented 9 years ago

I am getting the same exception on setting arc_angle. An example of how to set it would help.

bhaidaya commented 9 years ago

Same issue. Any support appreciated.

uknownothingsnow commented 9 years ago

@bhaidaya I will check this, thx

bhaidaya commented 9 years ago

@lzyzsd Thanks! FYI i used the Gradle version first. When i pulled the raw version from here it worked, however i had lost control of setting the background color of the widget until i added that styleable.

uknownothingsnow commented 9 years ago

@bhaidaya Please use jitpack.io , its more convenient

KhaledLela commented 9 years ago

I got the same issue when set arch angle property

ghost commented 8 years ago

Confirmed here as well.

I tried setting inline in XML as well as defining a value dimen resources both result in the error described in this tread.

uknownothingsnow commented 8 years ago

please use the latest version from jitpack.io, since I do not upload new version to jcenter or maven center . jitpack is much more convenient.