1
0
Fork 0

Update launcher icon

This commit is contained in:
Steve Soltys 2018-12-15 03:38:30 -05:00
parent 7c3bff31f0
commit 09c8aad237
18 changed files with 14 additions and 0 deletions

View file

@ -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="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

View file

@ -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="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

(image error) Size: 3.3 KiB

After

(image error) Size: 1.8 KiB

Binary file not shown.

After

(image error) Size: 1.3 KiB

Binary file not shown.

After

(image error) Size: 3.8 KiB

Binary file not shown.

Before

(image error) Size: 2.2 KiB

After

(image error) Size: 1 KiB

Binary file not shown.

After

(image error) Size: 797 B

Binary file not shown.

After

(image error) Size: 2.1 KiB

Binary file not shown.

Before

(image error) Size: 4.7 KiB

After

(image error) Size: 2.5 KiB

Binary file not shown.

After

(image error) Size: 1.9 KiB

Binary file not shown.

After

(image error) Size: 5.4 KiB

Binary file not shown.

Before

(image error) Size: 7.5 KiB

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 3.3 KiB

Binary file not shown.

After

(image error) Size: 8.3 KiB

Binary file not shown.

Before

(image error) Size: 10 KiB

After

(image error) Size: 4.8 KiB

Binary file not shown.

After

(image error) Size: 4.8 KiB

Binary file not shown.

After

(image error) Size: 11 KiB

View file

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