globules-io commented on issue #1699:
URL: 
https://github.com/apache/cordova-android/issues/1699#issuecomment-2117014016

   Here's my work around : Since I use the same color as the splashscreen, I 
bypassed the step to add the resource file and piggy back onto the splash 
screen color.
   
       <icon density="ldpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-36.png" />
       <icon density="mdpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-48.png" />
       <icon density="hdpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-72.png" />
       <icon density="xhdpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-96.png" />
       <icon density="xxhdpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-144.png" />
       <icon density="xxxhdpi" background="@color/cdv_splashscreen_background" 
foreground="res/icons/android/icon-192.png" />
   
   


-- 
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