Round bottom corners on Android Bitmap?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-02-12T19:52:50Z Indexed on 2010/03/12 20:07 UTC
Read the original article Hit count: 260

Filed under:
|
|

Hey all, what would be best practice for clipping the bottom borders of a Bitmap? Just manipulate the Bitmap itself or overlay an alpha mask drawable or ...?

The whole story:

I've a Listview which looks like the iPhone's grouped UITableView style. I would like to display a Bitmap in the last row, but for now the Bitmap overlaps my custom background drawable of the Listview cell.

Thx in advance!

© Stack Overflow or respective owner

Related posts about android

Related posts about listview