开发者

List item container like whatsapp

开发者 https://www.devze.com 2023-03-07 20:06 出处:网络
I\'m trying to get this effect on a list item in a list https://ssl.gstatic.com/android/market/com.whatsapp/ss-2-320-480-160-0-a637ec45d9d24eb0f50c610657654007223dbe19

I'm trying to get this effect on a list item in a list

https://ssl.gstatic.com/android/market/com.whatsapp/ss-2-320-480-160-0-a637ec45d9d24eb0f50c610657654007223dbe19

What do I have to do - override a LayoutContainer开发者_运维技巧 and implement my own onDraw method?

I'm not very good when it comes to graphics/drawing (in code) so can someone give me some starting ideas on how to implement this?

Thanks,


In general it would be much easier. define a 9-patch that can expand that is the background "bubble" and will serve as the background tot he listviewitem. you could dynamically add views (images, textviews, etc) depending on content, or if your needs are simpler, you could just have a single listviewItem.

0

精彩评论

暂无评论...
验证码 换一张
取 消