This project allowing you to create circular and rounded corner imageview in android through simplest way.
It uses a BitmapShader
and does not:
- create a copy of the original bitmap
- use a clipPath (which is neither hardware accelerated nor anti-aliased)
- use setXfermode to clip the bitmap (which means drawing twice to the canvas)
from The Android Arsenal
No comments:
Post a Comment