Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterVanPoyer committed Oct 29, 2020
1 parent 66b4e2c commit 41e97fb
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<icon density="xxhdpi" src="res/mipmap-xxhdpi/ic_launcher.png" />
<icon density="xxxhdpi" src="res/mipmap-xxxhdpi/ic_launcher.png" />

<splash density="land-hdpi" src="res/android/splash/drawable-land-hdpi/screen.webp" />
<splash density="land-ldpi" src="res/android/splash/drawable-land-ldpi/screen.webp" />
<splash density="land-mdpi" src="res/android/splash/drawable-land-mdpi/screen.webp" />
<splash density="land-xhdpi" src="res/android/splash/drawable-land-xhdpi/screen.webp" />
<splash density="land-xxhdpi" src="res/android/splash/drawable-land-xxhdpi/screen.webp" />
<splash density="land-xxxhdpi" src="res/android/splash/drawable-land-xxxhdpi/screen.webp" />
<splash density="land-hdpi" src="res/android/splash/drawable-land-hdpi-screen.jpg" />
<splash density="land-ldpi" src="res/android/splash/drawable-land-ldpi-screen.jpg" />
<splash density="land-mdpi" src="res/android/splash/drawable-land-mdpi-screen.jpg" />
<splash density="land-xhdpi" src="res/android/splash/drawable-land-xhdpi-screen.jpg" />
<splash density="land-xxhdpi" src="res/android/splash/drawable-land-xxhdpi-screen.jpg" />
<splash density="land-xxxhdpi" src="res/android/splash/drawable-land-xxxhdpi-screen.jpg" />

<splash density="port-hdpi" src="res/android/splash/drawable-port-hdpi/screen.webp" />
<splash density="port-ldpi" src="res/android/splash/drawable-port-ldpi/screen.webp" />
<splash density="port-mdpi" src="res/android/splash/drawable-port-mdpi/screen.webp" />
<splash density="port-xhdpi" src="res/android/splash/drawable-port-xhdpi/screen.webp" />
<splash density="port-hdpi" src="res/android/splash/drawable-port-hdpi-screen.jpg" />
<splash density="port-ldpi" src="res/android/splash/drawable-port-ldpi-screen.jpg" />
<splash density="port-mdpi" src="res/android/splash/drawable-port-mdpi-screen.jpg" />
<splash density="port-xhdpi" src="res/android/splash/drawable-port-xhdpi-screen.jpg" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
Expand Down
Binary file added res/android/splash/drawable-land-hdpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-land-ldpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-land-mdpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-land-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-land-xhdpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-port-ldpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-port-mdpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-port-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/android/splash/drawable-port-xhdpi-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 41e97fb

Please sign in to comment.