删除 Android 自动完成视图中的分隔线
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论