Revize 6a784cdd
Přidáno uživatelem Schwobik před téměř 2 roky(ů)
app.json | ||
---|---|---|
7 | 7 |
"icon": "./assets/icon.png", |
8 | 8 |
"userInterfaceStyle": "light", |
9 | 9 |
"splash": { |
10 |
"image": "./assets/splash.png",
|
|
10 |
"image": "./assets/Rudolf-Aachen-large.jpg",
|
|
11 | 11 |
"resizeMode": "contain", |
12 |
"backgroundColor": "#ffffff"
|
|
12 |
"backgroundColor": "#E3A400"
|
|
13 | 13 |
}, |
14 | 14 |
"assetBundlePatterns": [ |
15 | 15 |
"**/*" |
... | ... | |
19 | 19 |
}, |
20 | 20 |
"android": { |
21 | 21 |
"adaptiveIcon": { |
22 |
"foregroundImage": "./assets/adaptive-icon.png",
|
|
23 |
"backgroundColor": "#ffffff"
|
|
22 |
"foregroundImage": "./assets/icon.png", |
|
23 |
"backgroundColor": "#E3A400"
|
|
24 | 24 |
}, |
25 | 25 |
"package": "cz.zcu.kiv.tsp.inventaria_rudolphina" |
26 | 26 |
}, |
Také k dispozici: Unified diff
SplashScreen edited
re #10715