Add splashscreen with standalone logo
This commit is contained in:
parent
63cdce8ccb
commit
3bf52cb615
2
app.json
2
app.json
|
@ -7,7 +7,7 @@
|
|||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
"image": "./assets/test.jpg",
|
||||
"image": "./assets/splash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="logo-splash.svg"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
|
||||
inkscape:export-ydpi="150.03523"
|
||||
inkscape:export-xdpi="150.03523"
|
||||
inkscape:export-filename="/run/media/njms/Storage/work/resin/assets/splash.png"
|
||||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 210 297"
|
||||
height="297mm"
|
||||
width="210mm">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-height="987"
|
||||
inkscape:window-width="1280"
|
||||
showguides="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="555.66656"
|
||||
inkscape:cx="270.36328"
|
||||
inkscape:zoom="0.65477694"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Layer 1">
|
||||
<path
|
||||
d="m 103.9455,108.49443 -14.913965,35.02961 2.711357,2.1e-4 h -2.711357 a 15.869082,15.869082 0 0 0 5.435602,18.15655 15.869082,15.869082 0 0 0 18.952863,0 15.869082,15.869082 0 0 0 5.43646,-18.1544 h 2.1e-4 z"
|
||||
style="fill:#000000;stroke-width:0.109984"
|
||||
id="path20" />
|
||||
<rect
|
||||
y="146.44868"
|
||||
x="68.074852"
|
||||
height="0.055877667"
|
||||
width="0.29503429"
|
||||
id="rect60"
|
||||
style="fill:#000000;stroke-width:0.264583" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
assets/test.jpg
BIN
assets/test.jpg
Binary file not shown.
Before Width: | Height: | Size: 389 KiB |
Loading…
Reference in New Issue