I'm developing a Kodi add-on and while waiting for fetch data from api I want to show that default kodi spinning circle with darker background.
Now I'm using .DialogProgress()
function when waiting but it looks kinda weird. I can't find anything related with that in Kodi docs.
What function I should use?