Skip to content

Commit

Permalink
Fix #171: Drop monochrome Android icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Dec 6, 2023
1 parent bb8223b commit 9b787a2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<icon src="res/icon.png" />
<platform name="android">
<hook src="hooks/android/windowLayoutInDisplayCutoutMode.js" type="after_platform_add" />
<icon background="@color/cdv_icon_background" density="hdpi" foreground="res/android/icon/mipmap-hdpi-icon.png" monochrome="res/android/icon/mipmap-hdpi-mono.png" />
<icon background="@color/cdv_icon_background" density="mdpi" foreground="res/android/icon/mipmap-mdpi-icon.png" monochrome="res/android/icon/mipmap-mdpi-mono.png" />
<icon background="@color/cdv_icon_background" density="xhdpi" foreground="res/android/icon/mipmap-xhdpi-icon.png" monochrome="res/android/icon/mipmap-xhdpi-mono.png" />
<icon background="@color/cdv_icon_background" density="xxhdpi" foreground="res/android/icon/mipmap-xxhdpi-icon.png" monochrome="res/android/icon/mipmap-xxhdpi-mono.png" />
<icon background="@color/cdv_icon_background" density="xxxhdpi" foreground="res/android/icon/mipmap-xxxhdpi-icon.png" monochrome="res/android/icon/mipmap-xxxhdpi-mono.png" />
<icon background="@color/cdv_icon_background" density="hdpi" foreground="res/android/icon/mipmap-hdpi-icon.png" />
<icon background="@color/cdv_icon_background" density="mdpi" foreground="res/android/icon/mipmap-mdpi-icon.png" />
<icon background="@color/cdv_icon_background" density="xhdpi" foreground="res/android/icon/mipmap-xhdpi-icon.png" />
<icon background="@color/cdv_icon_background" density="xxhdpi" foreground="res/android/icon/mipmap-xxhdpi-icon.png" />
<icon background="@color/cdv_icon_background" density="xxxhdpi" foreground="res/android/icon/mipmap-xxxhdpi-icon.png" />
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/icon/mipmap-xxxhdpi-icon.png" />
<preference name="android-minSdkVersion" value="27" />
<resource-file src="res/android/colors.xml" target="/app/src/main/res/values/colors.xml" />
Expand Down
Binary file removed res/android/icon/mipmap-hdpi-mono.png
Binary file not shown.
Binary file removed res/android/icon/mipmap-mdpi-mono.png
Binary file not shown.
Binary file removed res/android/icon/mipmap-xhdpi-mono.png
Binary file not shown.
Binary file removed res/android/icon/mipmap-xxhdpi-mono.png
Binary file not shown.
Binary file removed res/android/icon/mipmap-xxxhdpi-mono.png
Binary file not shown.

0 comments on commit 9b787a2

Please sign in to comment.