列出项目容器,例如 Whatsapp

发布于 2024-11-09 08:27:54 字数 407 浏览 2 评论 0原文

我试图在列表中的列表项上获得这种效果

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

我必须做什么 - 覆盖LayoutContainer 并实现我自己的 onDraw 方法?

我在图形/绘图(代码中)方面不是很好,所以有人可以给我一些关于如何实现这一点的起始想法吗?

谢谢,

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,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独﹏钓一江月 2024-11-16 08:27:54

一般来说,会容易得多。定义一个可以扩展的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文