列出项目容器,例如 Whatsapp
我试图在列表中的列表项上获得这种效果
我必须做什么 - 覆盖LayoutContainer 并实现我自己的 onDraw 方法?
我在图形/绘图(代码中)方面不是很好,所以有人可以给我一些关于如何实现这一点的起始想法吗?
谢谢,
I'm trying to get this effect on a list item in a list
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,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,会容易得多。定义一个可以扩展的 9-patch,即背景“气泡”,并将作为列表视图项的背景。您可以根据内容动态添加视图(图像、文本视图等),或者如果您的需求更简单,您可以只拥有一个 listviewItem。
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.