feat(icon): substitui ícone por logo WhatSMS oficial (SVG rasterizado)
Rasteriza frontend/public/whatsms.svg (gradient verde 1024x1024) em PNG para 5 densidades Android (48/72/96/144/192) via inkscape. Substitui ícone adaptativo anterior que ficava pobre. Remove: - mipmap-anydpi-v26/ic_launcher*.xml (adaptive icon XMLs) - drawable/ic_launcher_foreground.xml (vector foreground deprecado) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="108dp"
|
|
||||||
android:height="108dp"
|
|
||||||
android:viewportWidth="108"
|
|
||||||
android:viewportHeight="108">
|
|
||||||
|
|
||||||
<!-- Background circle -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#25D366"
|
|
||||||
android:pathData="M54,54m-46,0a46,46 0,1 1,92 0a46,46 0,1 1,-92 0" />
|
|
||||||
|
|
||||||
<!-- WhatsApp-style speech bubble (W) -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#FFFFFF"
|
|
||||||
android:pathData="M54,22 C36.3,22 22,36.3 22,54 C22,59.8 23.6,65.3 26.4,70 L22.5,83.5 L36.5,79.7 C41.1,82.2 46.4,83.6 52,83.8 L54,84 C71.7,84 86,69.7 86,52 L86,54 C86,36.3 71.7,22 54,22 Z" />
|
|
||||||
|
|
||||||
<!-- Letter W in green -->
|
|
||||||
<path
|
|
||||||
android:fillColor="#25D366"
|
|
||||||
android:pathData="M38,44 L43,62 L49,50 L55,62 L61,44 L66,44 L58,68 L52,68 L49,58 L46,68 L40,68 L32,44 Z" />
|
|
||||||
</vector>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/primary" />
|
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<background android:drawable="@color/primary" />
|
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground" />
|
|
||||||
</adaptive-icon>
|
|
||||||
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |