kitolog / cordova-plugin-animated-splashscreen

Mirror of Apache Cordova Plugin splashscreen
Apache License 2.0
7 stars 4 forks source link

How to make it support different screen sizes #1

Open leedorian opened 6 years ago

leedorian commented 6 years ago

Hi,

How to make it support different screen sizes?

<resource-file src="resources/android/splash/animated-1.png" target="app/src/main/res/drawable-port-xxxhdpi/animated1.png" />
<resource-file src="resources/android/splash/animated-1.png" target="app/src/main/res/drawable-port-xxhdpi/animated1.png" />
<resource-file src="resources/android/splash/animated-1.png" target="app/src/main/res/drawable-port-xhdpi/animated1.png" />

Is that way?

Thanks, Dorian