uknownothingsnow / CircleProgress

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

How to hide text inside donutprogress? #35

Open azizimusa opened 9 years ago

azizimusa commented 9 years ago

Hi, I would like to set donutprogress with no text inside it. Only circle. I try using

custom:donut_prefix_text=""
custom:donut_suffix_text=""
custom:donut_text=""

But the number progress inside it still showing.

slabbint commented 9 years ago

I used a zero text size and that worked. custom:donut_text_size="0dp"

bhaidaya commented 9 years ago

you can also make it transparent. custom:arc_text_color="@android:color/transparent"

badkk commented 8 years ago

then how to make suffix_text another line using '\n' dose not work