I'm seeing banding on my activities using the Holo theme on my Samsung Galaxy Nexus, Android version 4.0.2.
Below is a screenshot of my PreferenceActivity, taken from the Nexus using DDMS, which illustrates the issue.
I have tried adding (to no avail):
getWindow().setFormat(PixelFormat.RGBA_8888);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DITHER);
What causes this and is there a work around?