the background I am using for my android application looks like this:
But now when loading it into my surfaceview:
canvas.drawBitmap(background, 0, 0, null);
The result looks like this:
Note that smooth gradient is gone!!
How should i proceed to recieve a background like the first image i uploaded?
Thanks in advance