I am trying to edit the loading symbol on my existing mobile app built in AppBuilder, written by another developer. However, I can't seem to find where the loading symbol is actually set. A variable called _kendoApp is being passed around referencing a singleton kendo.mobile.Application, which then calls showLoading() and hideLoading(), but never does the app actually set the loading animation, which is (what appears to be a gif) of a blue bubble with white stripes.
I've been looking through documentation and other questions online, but have thus far been unable to find anyone so much as mentioning the loading symbol. I understand that you can set a message and attach it to the loading property (which is also not done within our app), but is it possible to change the loading animation? Thanks,