File tree Expand file tree Collapse file tree 7 files changed +28
-9
lines changed
ios/Runner/Assets.xcassets/LaunchBackground.imageset Expand file tree Collapse file tree 7 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <item >
4+ <bitmap android : gravity =" fill" android : src =" @drawable/background" />
5+ </item >
6+ <item >
7+ <bitmap android : gravity =" center" android : src =" @drawable/splash" />
8+ </item >
9+ </layer-list >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <item >
4+ <bitmap android : gravity =" fill" android : src =" @drawable/background" />
5+ </item >
6+ <item >
7+ <bitmap android : gravity =" center" android : src =" @drawable/splash" />
8+ </item >
9+ </layer-list >
Original file line number Diff line number Diff line change 66 <item name =" android:windowFullscreen" >false</item >
77 <item name =" android:windowDrawsSystemBarBackgrounds" >false</item >
88 <item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
9- <item name =" android:windowSplashScreenBackground" >#F7F7F7 </item >
9+ <item name =" android:windowSplashScreenBackground" >#2A2D34 </item >
1010 </style >
1111 <!-- Theme applied to the Android Window as soon as the process has started.
1212 This theme determines the color of the Android Window while your
Original file line number Diff line number Diff line change 22 "images" : [
33 {
44 "filename" : " background.png" ,
5- "idiom" : " universal" ,
6- "scale" : " 1x"
5+ "idiom" : " universal"
76 },
87 {
9- "idiom" : " universal" ,
10- "scale" : " 2x"
11- },
12- {
13- "idiom" : " universal" ,
14- "scale" : " 3x"
8+ "appearances" : [
9+ {
10+ "appearance" : " luminosity" ,
11+ "value" : " dark"
12+ }
13+ ],
14+ "filename" : " darkbackground.png" ,
15+ "idiom" : " universal"
1516 }
1617 ],
1718 "info" : {
You can’t perform that action at this time.
0 commit comments