devadvance / circularseekbar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android
Apache License 2.0
464 stars 134 forks source link

Trying to achieve SemiCircular progressBar #33

Open sandeep-mahiti opened 7 years ago

sandeep-mahiti commented 7 years ago

Hi, am trying to achieve semi/half circular progressbar using circularseekbar, as it is mentioned i changed start_angle to 0 and end_angle to 180. when i build, it shows error saying "No resource identifier found for attribute start_angle and end_angle". I have included my resource package inside circularseekbar class file. what did i miss? please help.