Skip to content

Instantly share code, notes, and snippets.

@thomasbrueggemann
Last active August 29, 2015 14:17
Show Gist options
  • Save thomasbrueggemann/25524f34fc79a80ce56e to your computer and use it in GitHub Desktop.
Save thomasbrueggemann/25524f34fc79a80ce56e to your computer and use it in GitHub Desktop.
config.xml for PhoneGap Splash Screens generated by http://ticons.fokkezb.nl/
<widget>
<gap:splash src="www/res/splash/android/res-long-port-ldpi/default.png" density="port-ldpi"/>
<gap:splash src="www/res/splash/android/res-long-port-mdpi/default.png" density="port-mdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-hdpi/default.png" density="port-hdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xhdpi/default.png" density="port-xhdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xxhdpi/default.png" density="port-xxhdpi"/>
<gap:splash src="www/res/splash/android/res-long-port-xxxhdpi/default.png" density="port-xxxhdpi"/>
<gap:splash gap:platform="ios" height="480" width="320" src="www/res/splash/ios/Default.png" />
<gap:splash gap:platform="ios" height="960" width="640" src="www/res/splash/ios/Default@2x.png" />
<gap:splash gap:platform="ios" height="1136" width="640" src="www/res/splash/ios/Default-568h@2x.png" />
<gap:splash gap:platform="ios" height="1334" width="750" src="www/res/splash/ios/Default-667h@2x.png" />
<gap:splash gap:platform="ios" height="2208" width="1242" src="www/res/splash/ios/Default-667h@2x.png" />
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment