Skip to content

Commit

Permalink
Add <splash> for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Nov 27, 2014
1 parent 1b6e7d6 commit 780893f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.xml
Expand Up @@ -43,4 +43,15 @@
</platform>
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
<platform name="android">
<splash src="www/splashscreens/android-port-hdpi.png" density="port-hdpi"/>
<splash src="www/splashscreens/android-port-xhdpi.png" density="port-xhdpi"/>
<splash src="www/splashscreens/android-land-hdpi.png" density="land-hdpi"/>
<splash src="www/splashscreens/android-land-xhdpi.png" density="land-xhdpi"/>
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="1000" />
<!-- The spinner shows only when SplashScreen is disabled. -->
<preference name="LoadingPageDialog" value="Loading,Main Page" />
<preference name="LoadingPage" value="Loading,Sub Page" />
</platform>
</widget>
Binary file added www/splashscreens/android-land-hdpi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/splashscreens/android-land-xhdpi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/splashscreens/android-port-hdpi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/splashscreens/android-port-xhdpi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 780893f

Please sign in to comment.