uknownothingsnow / CircleProgress

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

how can i resize "percent"-Icon of ArcProgress? #81

Closed talalong closed 7 years ago

talalong commented 7 years ago

Textsize can be ajusted, but not percent icon in ArcProgress. Please help!

azizoglu commented 7 years ago

You can update _default_suffix_textsize = Utils.sp2px(getResources(), 15); in ArcProgress.java. Update value 15 what you want.

talalong commented 7 years ago

thanks for your answer, but ArcProgress.java is locked. so im not able to edit it. :(

azizoglu commented 7 years ago

Copy code in ArcProgress.java and create your own java class named ArcProgress.java. Then you can use your class for ArcProgress.

talalong commented 7 years ago

Ah Okay. Thanks