You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shawn Lan (JIRA)" <ji...@apache.org> on 2017/07/07 23:03:00 UTC

[jira] [Created] (CB-12996) Android Splashscreen: 9 Patch images not displayed correctly

Shawn Lan created CB-12996:
------------------------------

             Summary: Android Splashscreen: 9 Patch images not displayed correctly
                 Key: CB-12996
                 URL: https://issues.apache.org/jira/browse/CB-12996
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-plugin-splashscreen
            Reporter: Shawn Lan


I have something like this for Android:

{code:java}
<splash src="res/screen/android/splash-hdpi.9.png" density="hdpi"/>
    <splash src="res/screen/android/splash-ldpi.9.png" density="ldpi"/>
    <splash src="res/screen/android/splash-mdpi.9.png" density="mdpi"/>
    <splash src="res/screen/android/splash-xhdpi.9.png" density="xhdpi"/>
{code}

Instead of stretching just the stretchable area. the images are just scaled to the entire screen, treated as regular images.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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