Ionic splash screen and spinner
问题 Is there a way to customize spinner in splash screen? Currently I am using cordova splashscreen plugin and I want to change the color of spinner that appears on the splash screen. 回答1: In platforms/android/src/org/apache/cordova/splashscreen/SplashScreen.java , at the top: import android.graphics.drawable.Drawable; import android.content.res.Resources; And further down the bottom replace with this function: // Show only spinner in the center of the screen private void spinnerStart() { cordova