adding monochrome icons

This commit is contained in:
balzack 2023-07-28 13:05:40 -07:00
parent 32c2422290
commit 01ba153d33
17 changed files with 18 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,4 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/> <background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/> <foreground android:drawable=“@drawable/ic_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/ic_foreground_monochrome" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 20 KiB