- App display name: 'TipToi Sync' -> 'tiptoi Sync' (strings.xml, capacitor.config.ts). - New app icon: stylized tiptoi pen (orange body, grip band, sensor tip) on dark background, regenerated for all mipmap densities plus the adaptive icon foreground and round variant. - Matching splash screens (portrait + landscape, all densities) with the same pen motif centered on the dark background. - Web favicon updated to match. - Removed unused legacy vector icon assets (drawable/ic_launcher_background.xml, drawable-v24/ic_launcher_foreground.xml) that were superseded by the raster icons.
11 lines
516 B
XML
11 lines
516 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
|
|
<rect width="48" height="48" rx="9.5" fill="#12181f"/>
|
|
<g transform="rotate(-45 24 24)">
|
|
<rect x="15" y="6" width="10" height="30" rx="5" fill="#f2841e"/>
|
|
<rect x="15" y="26" width="10" height="4.5" fill="#ffb066"/>
|
|
<circle cx="20" cy="41" r="2.5" fill="#12181f"/>
|
|
<circle cx="20" cy="41" r="1.3" fill="#ffb066"/>
|
|
<rect x="17" y="9" width="2" height="20" rx="1" fill="#ffffff" opacity="0.25"/>
|
|
</g>
|
|
</svg>
|