forked from olcxjas-softworks/LarpixClient
Android builds fixed
- new icon - fixed android icons - fixed android status & navigation bar - added "Splash" page
This commit is contained in:
parent
8fe2b5cf28
commit
6ff37cb3be
85 changed files with 415 additions and 161 deletions
|
|
@ -1,16 +1,29 @@
|
|||
<svg viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter id="glow" x="-10%" y="-10%" width="140%" height="140%">
|
||||
<feGaussianBlur stdDeviation="1.4" result="blur" />
|
||||
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
||||
</filter>
|
||||
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#b870ff;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#a64aff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient id="bg_grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#b870ff" />
|
||||
<stop offset="100%" stop-color="#a64aff" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<text x="50%" y="32" text-anchor="middle"
|
||||
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: blur(5em); opacity: 0.6;">
|
||||
o
|
||||
</text>
|
||||
<text x="50%" y="32" text-anchor="middle"
|
||||
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: url(#glow);">
|
||||
o
|
||||
</text>
|
||||
</svg>
|
||||
<rect width="1024" height="1024" fill="url(#bg_grad)" rx="190" />
|
||||
<g transform="translate(112, 112) scale(1.55)">
|
||||
|
||||
<text x="256" y="305"
|
||||
fill="#F0F0F5"
|
||||
font-family="Nunito"
|
||||
font-size="280"
|
||||
font-weight="900"
|
||||
text-anchor="middle"
|
||||
letter-spacing="-5">MN</text>
|
||||
|
||||
<g opacity="0.6">
|
||||
<circle cx="190" cy="400" r="15" fill="#F0F0F5" />
|
||||
<circle cx="256" cy="400" r="15" fill="white" />
|
||||
<circle cx="322" cy="400" r="15" fill="#F0F0F5" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Add a link
Reference in a new issue