[android] Update application icon

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-01-01 15:29:18 +03:00
parent 395a84a1bf
commit 44945795f5
28 changed files with 52 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,45 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.126"
android:scaleY="0.126"
android:translateX="16.2"
android:translateY="16.2">
<path
android:pathData="M0,0H119.991L194,358 0,400Z"
android:strokeAlpha="0.99"
android:strokeWidth="9.9996"
android:fillColor="#2196f3"
android:fillAlpha="0.99"/>
<path
android:pathData="M149.988,0H599.953V270L225,345Z"
android:strokeAlpha="0.99"
android:strokeWidth="9.9996"
android:fillColor="#e3e1d2"
android:fillAlpha="0.99"/>
<path
android:pathData="M0,425 L600,301V600H0Z"
android:strokeAlpha="0.99"
android:strokeWidth="9.9996"
android:fillColor="#4caf50"
android:fillAlpha="0.99"/>
<path
android:pathData="M112,-0l40,0l80,370l-40,0z"
android:strokeAlpha="0.99"
android:strokeWidth="1.01149"
android:fillColor="#ffc107"
android:fillAlpha="0.99"/>
<path
android:pathData="M0,390l599.953,-120l0,35.549l-599.953,120z"
android:strokeAlpha="0.99"
android:strokeWidth="0.52808"
android:fillColor="#ffc107"
android:fillAlpha="0.99"/>
<path
android:pathData="m380,104.274c-71.585,0 -129.482,57.897 -129.482,129.482 0,97.112 129.482,240.467 129.482,240.467 0,0 129.482,-143.356 129.482,-240.467 0,-71.585 -57.897,-129.482 -129.482,-129.482zM380,280c-25.527,0 -46.244,-20.717 -46.244,-46.244 0,-25.527 20.717,-46.244 46.244,-46.244 25.527,0 46.244,20.717 46.244,46.244C426.244,259.283 405.527,280 380,280Z"
android:strokeWidth="18.4975"
android:fillColor="#e61b1e"/>
</group>
</vector>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#80000000</color>
</resources>