Simone4e commented on issue #1274:
URL: https://github.com/apache/cordova-docs/issues/1274#issuecomment-1611254341

   In my old version project my xml was:
   
   ```
         <splash density="land-hdpi" 
src="res/screen/android/drawable-hdpi/screen.png" />
         <splash density="land-mdpi" 
src="res/screen/android/drawable-mdpi/screen.png" />
         <splash density="land-xhdpi" 
src="res/screen/android/drawable-xhdpi/screen.png" />
         <splash density="land-xxhdpi" 
src="res/screen/android/drawable-xxhdpi/screen.png" />
         <splash density="land-xxxhdpi" 
src="res/screen/android/drawable-xxxhdpi/screen.png" />
         <splash density="port-hdpi" 
src="res/screen/android/drawable-hdpi/screen.png" />
         <splash density="port-mdpi" 
src="res/screen/android/drawable-mdpi/screen.png" />
         <splash density="port-xhdpi" 
src="res/screen/android/drawable-xhdpi/screen.png" />
         <splash density="port-xxhdpi" 
src="res/screen/android/drawable-xxhdpi/screen.png" />
         <splash density="port-xxxhdpi" 
src="res/screen/android/drawable-xxxhdpi/screen.png" />
   ```
   That code resizes the image, is there no way to use similar code for the new 
version using variants in 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to