Skip to content

Commit

Permalink
fix(client/cordova/android): show Outline logo in splash screen (#2046)
Browse files Browse the repository at this point in the history
Replaces the incorrect Cordova icon with the correct Outline icon for the Android Outline Client splash screen.
  • Loading branch information
jyyi1 authored Jul 9, 2024
1 parent 4df5338 commit 13931fa
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions client/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,15 @@

<!-- Android -->
<platform name="android">
<preference name="SplashMaintainAspectRatio" value="true" />

<icon density="ldpi" src="resources/icons/android/icon_mdpi.png" />
<icon density="mdpi" src="resources/icons/android/icon_mdpi.png" />
<icon density="hdpi" src="resources/icons/android/icon_hdpi.png" />
<icon density="xhdpi" src="resources/icons/android/icon_xhdpi.png" />
<icon density="xxhdpi" src="resources/icons/android/icon_xxhdpi.png" />
<icon density="xxxhdpi" src="resources/icons/android/icon_xxxhdpi.png" />

<splash density="ldpi" src="resources/splashscreen/android/splashscreen_hdpi.png" />
<splash density="mdpi" src="resources/splashscreen/android/splashscreen_hdpi.png" />
<splash density="hdpi" src="resources/splashscreen/android/splashscreen_hdpi.png" />
<splash density="xhdpi" src="resources/splashscreen/android/splashscreen_xhdpi.png" />
<splash density="xxhdpi" src="resources/splashscreen/android/splashscreen_xxhdpi.png" />
<splash density="xxxhdpi" src="resources/splashscreen/android/splashscreen_xxxhdpi.png" />
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splashscreen/android/splash_screen_icon_xxxhdpi.png" />
<preference name="AndroidWindowSplashScreenBackground" value="#263237" />

<preference name="AndroidInsecureFileModeEnabled" value="true" />

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 13931fa

Please sign in to comment.