I'm trying to get rid of the color banding on my phone. It looks like this right now:
Bad right?
I followed this tutorial (the part about Pre-Dithering) and it didn't work. That screenshot is after pre-dithering. How can I fix this? Android 2.2.1
Edit: also looked at this but I can't get the code to work.
Ok, I added
bg.getDrawable().setDither(true);
since the background is the drawable that is banded. That crashes my app when I try to run it. So I don't know what to do.