diff --git a/config.xml b/config.xml index 94e9b9d6547570c142c9f1fe5031e1af732b4d68..0136594aea5faa0da6b671bbc509e5923537352b 100644 --- a/config.xml +++ b/config.xml @@ -45,14 +45,14 @@ <access origin="cdvfile://*"/> <allow-intent href="cdvfile://*"/> <preference name="iosPersistentFileLocation" value="Library"/> - <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640"/> - <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750"/> - <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242"/> - <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536"/> - <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048"/> - <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768"/> - <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640"/> - <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320"/> + <splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/> + <splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/> + <splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/> + <splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/> + <splash src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" height="2732"/> + <splash src="resources/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/> + <splash src="resources/ios/splash/Default@2x~iphone.png" width="640" height="960"/> + <splash src="resources/ios/splash/Default~iphone.png" width="320" height="480"/> <icon src="resources/ios/icon/icon.png" width="57" height="57"/> <icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/> <icon src="resources/ios/icon/icon-40.png" width="40" height="40"/> @@ -81,12 +81,12 @@ <preference name="android-build-tool" value="gradle"/> <access origin="cdvfile://*"/> <allow-intent href="cdvfile://*"/> - <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png"/> - <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png"/> - <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png"/> - <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png"/> - <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png"/> - <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png"/> + <splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/> + <splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/> + <splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/> + <splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/> + <splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/> + <splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/> <icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/> <icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/> <icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/> diff --git a/www/img/lock.png b/www/img/lock.png index e36c46cfc4bfdc44925d2127037675c7b53ae1db..5336e4c60967b53f976c8d3379999c68685704a5 100644 Binary files a/www/img/lock.png and b/www/img/lock.png differ