删除 Android 自动完成视图中的分隔线

发布于 2024-12-14 04:33:22 字数 304 浏览 4 评论 0原文

我在 android 中有一个自定义自动完成视图,显示联系人姓名和电话号码。我将图像设置为每个列表项的背景。一切工作正常,除了我不希望在每个联系人之间显示分隔线。

我看过一些其他关于从列表视图中删除分隔线的帖子,即使用

android:divider="@null" 

和/或

android:popupBackground="@null" 

在 xml 中,但它似乎在自动完成视图中不起作用。有没有办法以编程方式或通过 xml 删除分隔线?

I have a custom autocomplete view in android that shows contacts name and phone number. I have an image set as the background for each list item. All is working perfectly except I do not want the divider line to show between each contact.

I've seen some other posts on removing the divider from a list view ie using

android:divider="@null" 

and/or

android:popupBackground="@null" 

in the xml, but it doesn't seem to be working in the autocomplete view. Is there a way to remove the divider programmatically or through the xml?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文