Hi ,
I have used below code to show busy indicator until a view is loaded with backend data on load
oController.oView.setBusyIndicatorDelay(0);
oController.oView.setBusy(true);
--
--
--
--
oController.oView.setBusy(false);
My code is working fine .
But i am not able to override the style of busy state.
Currently busy indicator is also in grey and and is not clear.
Please find attached the image.
How to override the default style of busy state of control so that busy state is more evident and clear.