android - Droid 9-patch Splash is black on some devices -


i'm using 9-patch place logo on splash screen. works on test devices, on simulators, on 1 particular device – sm-t230 – shows this:

image of splash screen space under logo turned black (logo deliberately blurred)

i created 9-patch dpis (ldpi, hdpi, ...).

it appear scaling it; size (in raw pixels) halfway between size of mdpi , hdpi images.

any thoughts?

i believe solved adding pixel margin around content of image.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -