x4nc3l commented on issue #214: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/214#issuecomment-748415532
> Try this config lines: > > ``` > <splash density="hdpi" src="res/screen/android/splash-port-hdpi.png" /> > <splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" /> > <splash density="ldpi" src="res/screen/android/splash-port-ldpi.png" /> > <splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" /> > <splash density="mdpi" src="res/screen/android/splash-port-mdpi.png" /> > <splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" /> > <splash density="xhdpi" src="res/screen/android/splash-port-xhdpi.png" /> > <splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png" /> > ``` > > Read this [apache/cordova-android#689](https://github.com/apache/cordova-android/issues/689) work for me ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
