Skip to content

Commit

Permalink
Merge pull request #3755 from crazyserver/MOBILE-4396
Browse files Browse the repository at this point in the history
MOBILE-4396 resources: Update splash
  • Loading branch information
dpalou authored Jul 25, 2023
2 parents 3e8b7a4 + 0737674 commit f670c6a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<platform name="android">
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/icon-foreground.png" />
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/android/android-splash.xml" />
<preference name="AndroidWindowSplashScreenBackground" value="#FFFFFF" />
<preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#FFFFFF" />
<resource-file src="MainActivity.java" target="app/src/main/java/com/moodle/moodlemobile/MainActivity.java" />
Expand Down
21 changes: 21 additions & 0 deletions resources/android/android-splash.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="1536dp"
android:height="1536dp"
android:viewportWidth="1536"
android:viewportHeight="1536">
<path
android:pathData="M958.7,1009.77L958.7,770.61C958.7,720.61 938.03,695.61 896.7,695.61C855.36,695.61 834.7,720.61 834.7,770.61L834.7,1009.77L713.02,1009.77L713.02,770.61C713.02,720.61 692.73,695.61 652.13,695.61C610.79,695.61 590.14,720.61 590.18,770.61L590.18,1009.77L468.41,1009.77L468.41,756.49C468.41,704.31 486.52,664.82 522.75,638.01C554.66,614.09 597.78,602.13 652.13,602.11C707.22,602.11 747.81,616.24 773.89,644.51C796.36,616.25 837.3,602.12 896.75,602.11C951.11,602.11 994.22,614.08 1026.09,638.01C1062.33,664.81 1080.45,704.3 1080.45,756.49L1080.45,1009.77ZM958.7,1009.77"
android:fillColor="#F48020"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
<path
android:pathData="M703.14,584.35L825.04,495.63L823.48,490.23C617.18,511.5 496.38,539.23 318.41,644.72L320.02,649.99L366.55,648.5C400.11,649.66 434.82,651.29 468.25,651.43C466.59,669.71 467.34,691.28 470.86,716.57L470.04,723.67C584.95,762.58 694.04,727.05 751.41,626.52L748.02,621.9C738.64,611.4 719.61,595.94 703.14,584.35ZM703.14,584.35"
android:fillColor="#333333"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
<path
android:pathData="M570.2,569.2C569.52,566.82 565.27,565.94 560.71,567.2C557.23,568.2 554.54,570.14 553.77,572.06C512.77,583.06 444.98,602.42 397.27,618.49L394.32,619.49C357.39,631.91 339.61,638.28 338.5,647.25C333.45,688.07 336.57,740.6 336.61,741.25L337.02,755.43C315.48,816.43 337.16,865.19 355.57,909.83C355.7,854.66 357.93,809.75 342.36,752.65C341.93,744.19 339.05,685.46 343.7,647.89C344.45,641.8 369.48,633.37 396,624.46L398.93,623.46C447.7,607.05 517.46,587.22 558.04,576.36C559.75,576.48 561.47,576.29 563.11,575.81C567.68,574.54 570.84,571.58 570.2,569.2ZM570.2,569.2"
android:fillColor="#333333"
android:fillType="nonZero"
android:strokeColor="#00000000"/>
</vector>
Binary file removed resources/android/splash-foreground.png
Binary file not shown.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/splash.png
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 f670c6a

Please sign in to comment.