I had a small image 250x208 (size decreased from 960x800) and made 9.png out of it. Set it as a wallpaper image via wallpaperManager.setResource(R.drawable.my_wallpaper);
but it is still getting stretched incorrectly like this is not 9-patch image.
Why 9-patch does not size correctly as a wallpaper?
What do you do when you have an app that has to set some image as a wallpaper?
Thanks in advance