Skip to content

Commit cc3651a

Browse files
committed
change image
1 parent 905893d commit cc3651a

File tree

3 files changed

+38
-54
lines changed

3 files changed

+38
-54
lines changed
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><!-- Modify this file to customize your launch splash screen -->
2-
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
3-
<item android:drawable="@android:color/white" />
4-
5-
<!-- You can insert your own image assets here -->
6-
<item>
7-
<bitmap
8-
android:gravity="center"
9-
android:src="@mipmap/launch_image" />
10-
</item>
11-
</layer-list>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:src="@mipmap/launch_image"
4+
/>

ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json

Lines changed: 34 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,73 @@
11
{
22
"images" : [
33
{
4-
"extent" : "full-screen",
54
"idiom" : "iphone",
6-
"subtype" : "2436h",
7-
"filename" : "[email protected]",
8-
"minimum-system-version" : "11.0",
9-
"orientation" : "portrait",
10-
"scale" : "3x"
5+
"scale" : "1x"
116
},
127
{
13-
"extent" : "full-screen",
148
"idiom" : "iphone",
15-
"subtype" : "2436h",
16-
"filename" : "[email protected]",
17-
"minimum-system-version" : "11.0",
18-
"orientation" : "landscape",
19-
"scale" : "3x"
9+
"subtype" : "retina4",
10+
"scale" : "1x"
2011
},
2112
{
22-
"extent" : "full-screen",
2313
"idiom" : "iphone",
24-
"subtype" : "736h",
25-
"filename" : "[email protected]",
26-
"minimum-system-version" : "8.0",
27-
"orientation" : "portrait",
28-
"scale" : "3x"
14+
"scale" : "2x"
2915
},
3016
{
31-
"orientation" : "landscape",
3217
"idiom" : "iphone",
33-
"extent" : "full-screen",
34-
"minimum-system-version" : "8.0",
35-
"subtype" : "736h",
36-
"scale" : "3x"
18+
"subtype" : "retina4",
19+
"scale" : "2x"
3720
},
3821
{
39-
"extent" : "full-screen",
4022
"idiom" : "iphone",
41-
"subtype" : "667h",
4223
"filename" : "[email protected]",
43-
"minimum-system-version" : "8.0",
44-
"orientation" : "portrait",
24+
"subtype" : "667h",
4525
"scale" : "2x"
4626
},
4727
{
48-
"orientation" : "portrait",
4928
"idiom" : "iphone",
50-
"extent" : "full-screen",
51-
"minimum-system-version" : "7.0",
52-
"scale" : "2x"
29+
"scale" : "3x"
5330
},
5431
{
55-
"orientation" : "portrait",
5632
"idiom" : "iphone",
57-
"extent" : "full-screen",
58-
"minimum-system-version" : "7.0",
5933
"subtype" : "retina4",
60-
"scale" : "2x"
34+
"scale" : "3x"
6135
},
6236
{
63-
"orientation" : "portrait",
6437
"idiom" : "iphone",
65-
"extent" : "full-screen",
66-
"scale" : "1x"
38+
"subtype" : "736h",
39+
"scale" : "3x"
6740
},
6841
{
69-
"orientation" : "portrait",
7042
"idiom" : "iphone",
71-
"extent" : "full-screen",
72-
"scale" : "2x"
43+
"filename" : "[email protected]",
44+
"subtype" : "2436h",
45+
"scale" : "3x"
7346
},
7447
{
75-
"orientation" : "portrait",
7648
"idiom" : "iphone",
77-
"extent" : "full-screen",
49+
"scale" : "2x",
50+
"unassigned" : true
51+
},
52+
{
53+
"idiom" : "iphone",
54+
"unassigned" : true,
7855
"subtype" : "retina4",
7956
"scale" : "2x"
57+
},
58+
{
59+
"idiom" : "iphone",
60+
"filename" : "[email protected]",
61+
"unassigned" : true,
62+
"subtype" : "736h",
63+
"scale" : "3x"
64+
},
65+
{
66+
"idiom" : "iphone",
67+
"filename" : "[email protected]",
68+
"unassigned" : true,
69+
"subtype" : "2436h",
70+
"scale" : "3x"
8071
}
8172
],
8273
"info" : {

static/images/welcome.png

-68.6 KB
Loading

0 commit comments

Comments
 (0)