views:

70

answers:

1

When using border-radius on my android emulator I am seeing ugliness like this:

ugly border radius

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.

A: 

There is no imageless solution to this in the curent Android release, sadly.

Squeegy