I'm programming in Xamarin.Android
and I need a progressbar
(or something like) circular that actually shows some progress, I tried to use ProgressBar
myself, but it only shows progress horizontally, in circular mode it stays spinning just, does anyone know how I can solve this? It may be from modifying the already existing ProgressBar
(I do not handle much of this yet because I am a beginner) or indicate something else.
I've 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 inside it.