我通过以下 api 在 kony 中使用加载屏幕-
kony.application.showLoadingScreen("BusyIndicator","Loading data...",constants.LOADING_SCREEN_POSITION_FULL_SCREEN, true,true,null);
BusyIndicator 是我制作的自定义皮肤,其中包括背景颜色为黑色,透明度为 35%。
但是,我收到黑色文本“正在加载数据...”。
请帮助我通过更改文本颜色和大小来自定义此文本。