0
I’m programming in Xamarin.Android
and I need a progressbar
(or something like) circular that really shows some progress, I tried to use the ProgressBar
really, but it just shows progress horizontally, in circular mode it just keeps spinning, does anyone know how I can fix it? It can be from modifying the ProgressBar
existing (I don’t know much about it yet because I’m a beginner) or indicate something else.
I tried to use Radialprogress, but I did not like the "theme" of it (very rounded the progress bar) and also (from what I saw) there is no way to change the color of the text that is inside it.