Last active
August 29, 2015 14:17
-
-
Save thomasbrueggemann/25524f34fc79a80ce56e to your computer and use it in GitHub Desktop.
config.xml for PhoneGap Splash Screens generated by http://ticons.fokkezb.nl/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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/[email protected]" /> | |
<gap:splash gap:platform="ios" height="1136" width="640" src="www/res/splash/ios/[email protected]" /> | |
<gap:splash gap:platform="ios" height="1334" width="750" src="www/res/splash/ios/[email protected]" /> | |
<gap:splash gap:platform="ios" height="2208" width="1242" src="www/res/splash/ios/[email protected]" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment