uknownothingsnow / CircleProgress

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

Progress starting degree #5

Closed cemtufekci closed 9 years ago

cemtufekci commented 9 years ago

I would like to know if there is a way to start progress at 0 degree.

uknownothingsnow commented 9 years ago

use degree property, you can check the demo project

cemtufekci commented 9 years ago

i can not see that degree property (especially, i would use it on the donut progress).

uknownothingsnow commented 9 years ago

sorry, I made a mistake, this lib does not provide degree property, but I think you can convert degree to progress and use progress property, that just work fine.

akkisjoy commented 9 years ago

use android:rotation="-90"

gkcgautam commented 9 years ago

@akkisjoy rotation works as temporary solution only if there is no text. Otherwise the text also gets rotated with the view.

gkcgautam commented 9 years ago

@lzyzsd any solution for this?

uknownothingsnow commented 9 years ago

@gkcgautam I will add this feature in the next release