uknownothingsnow / CircleProgress

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

[DonutProgress] How to start progress from top of view #62

Open PawelDedio opened 8 years ago

PawelDedio commented 8 years ago

By default the progress starts from right (3 o clock). How to make progress to start from top? (12 o clock). For now my solution is rotation whole view, but this isn't a good solution.

ivotai commented 7 years ago

setStartingDegree

JakeSteam commented 6 years ago

Or app:donut_circle_starting_degree="270" in XML.

Note that 0 = 3 o'clock, so 180 = 9 o'clock, etc.