-
Notifications
You must be signed in to change notification settings - Fork 2
/
splash.json
53 lines (53 loc) · 944 Bytes
/
splash.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[{
"name": "GooglePlayFeature.png",
"width": 1024,
"height": 500
}, {
"name": "splash-port-hdpi.png",
"width": 480,
"height": 800
}, {
"name": "splash-port-ldpi.png",
"width": 240,
"height": 400
}, {
"name": "splash-port-mdpi.png",
"width": 320,
"height": 480
}, {
"name": "splash-port-xhdpi.png",
"width": 640,
"height": 960
}, {
"name": "splash-port-xxhdpi.png",
"width": 960,
"height": 1600
}, {
"name": "splash-port-xxxhdpi.png",
"width": 1280,
"height": 1920
}, {
"name": "splash-land-hdpi.png",
"width": 800,
"height": 480
}, {
"name": "splash-land-ldpi.png",
"width": 400,
"height": 240
}, {
"name": "splash-land-mdpi.png",
"width": 480,
"height": 320
}, {
"name": "splash-land-xhdpi.png",
"width": 960,
"height": 640
}, {
"name": "splash-land-xxhdpi.png",
"width": 1600,
"height": 960
}, {
"name": "splash-land-xxxhdpi.png",
"width": 1920,
"height": 1280
}]