Update app icon

This commit is contained in:
Niels Andriesse 2019-07-24 09:23:01 +10:00
parent e896315cbb
commit c89c1632be
20 changed files with 22 additions and 2 deletions

BIN
ic_launcher-web.png Normal file

Binary file not shown.

After

(image error) Size: 13 KiB

@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="2041.7386"
android:viewportHeight="2041.9318">
<group android:translateX="492.4193"
android:translateY="520.9659">
<path android:fillColor="#FFFFFF" android:pathData="M480,730.8l-358.6,-358.5l371.8,-371.8l99,99.1l-272.6,272.7l259.4,259.5z"/>
<path android:fillColor="#FFFFFF" android:pathData="M563.7,999.5l-99.1,-99.1l272.7,-272.7l-259.5,-259.5l99.1,-99l358.5,358.5z"/>
</group>
</vector>

@ -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="@color/signal_primary"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

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

Binary file not shown.

Before

(image error) Size: 5.0 KiB

After

(image error) Size: 1.3 KiB

Binary file not shown.

Before

(image error) Size: 7.2 KiB

Binary file not shown.

After

(image error) Size: 2.6 KiB

Binary file not shown.

Before

(image error) Size: 3.4 KiB

After

(image error) Size: 988 B

Binary file not shown.

Before

(image error) Size: 4.2 KiB

Binary file not shown.

After

(image error) Size: 1.7 KiB

Binary file not shown.

Before

(image error) Size: 6.9 KiB

After

(image error) Size: 1.9 KiB

Binary file not shown.

Before

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) Size: 3.7 KiB

Binary file not shown.

Before

(image error) Size: 11 KiB

After

(image error) Size: 2.6 KiB

Binary file not shown.

Before

(image error) Size: 19 KiB

Binary file not shown.

After

(image error) Size: 5.5 KiB

Binary file not shown.

Before

(image error) Size: 15 KiB

After

(image error) Size: 3.6 KiB

Binary file not shown.

Before

(image error) Size: 27 KiB

Binary file not shown.

After

(image error) Size: 7.7 KiB

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