pr0pz commented on issue #1616:
URL: 
https://github.com/apache/cordova-android/issues/1616#issuecomment-1620462876

   I also managed to get it working but had to search deep to find out how to 
put an extra monochrome icon since it's not documented yet. This is my 
config.xml with vector based adaptive icons:
   <icon foreground="xxx/ic_launcher_foreground.xml" 
background="xxx/ic_launcher_background.xml" 
monochrome="xxx/ic_launcher_monochrome.xml" density="XXX" src="xxx/XXX.png" />
   
   The XML's are SVG's converted for android (Vector Drawable format, convert 
it here: https://svg2vector.com/ or in Android Studio )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to