When using border-radius on my android emulator I am seeing ugliness like this:
ugly border radius http://beautifulpixel.com/assets/5554_FastAndSmall-20100726-130326.png
Is there anyway to get Android to display rounded corners via -webkit-border-radius in a more pleasing way? Most modern desktop browsers and Mobile Safari seem to antialias their corners, but not Android’s renderer.
I’m really hoping I don’t have to do this with images, and there is some awesome trick to get pretty corners with only a border radius css declaration.
There is no imageless solution to this in the curent Android release, sadly.