mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Adding monochrome icon to the android app
Added monochrome icon pngs for each mipmap size and added them to the xml configs for the icons. The monochrome icons were made by editing the respective icon in paint.net.
This commit is contained in:
@@ -2,4 +2,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/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
@@ -2,4 +2,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/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||||
|
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
BIN
forge-gui-android/res/mipmap-hdpi/ic_launcher_monochrome.png
Normal file
BIN
forge-gui-android/res/mipmap-hdpi/ic_launcher_monochrome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
forge-gui-android/res/mipmap-mdpi/ic_launcher_monochrome.png
Normal file
BIN
forge-gui-android/res/mipmap-mdpi/ic_launcher_monochrome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
forge-gui-android/res/mipmap-xhdpi/ic_launcher_monochrome.png
Normal file
BIN
forge-gui-android/res/mipmap-xhdpi/ic_launcher_monochrome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
forge-gui-android/res/mipmap-xxhdpi/ic_launcher_monochrome.png
Normal file
BIN
forge-gui-android/res/mipmap-xxhdpi/ic_launcher_monochrome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
forge-gui-android/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
Normal file
BIN
forge-gui-android/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user