I am using loading screen in kony by following api-
kony.application.showLoadingScreen("BusyIndicator","Loading data...",constants.LOADING_SCREEN_POSITION_FULL_SCREEN, true,true,null);
BusyIndicator is custom skin made by me which includes background color black with 35% transparency.
However I am getting text 'Loading data...' in black color.
Please help me to customize this text by changing text color and size.