I've tried everything, and searched the whole web, but still, nothing works.
Here is the background my designer designed:
And here how it looks on my screen (Galaxy S I9000):
I've tried to enable dithering with this code:
findViewById(R.id.LinearLayout_Main).getBackground().setDither(true);
@Override
public void onAttachedToWindow() {
super.onAttachedToWindow();
Window window = getWindow();
window.setFormat(PixelFormat.RGBA_8888);
}
Can anyone tell me why?