You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/29 11:32:25 UTC

[GitHub] [cordova-plugin-splashscreen] GitToTheHub opened a new issue #233: Single Splashscreen

GitToTheHub opened a new issue #233: Single Splashscreen
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/233
 
 
   Hi, is it possible to only add one image for portrait and another one for landscape?
   
   I tried
   
   `<splash density="port" src="res/splash/android/drawable-port-screen.png" />`
   
   and
   
   `<splash density="land" src="res/splash/android/drawable-land-screen.png" />`
   
   but then it's not showing the splash anymore. In my apk i can see correctly two folders named "drawable-port" and "drawable-land" with a single file named screen.png.
   
   Thanks for helping me :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org