如何在ListView中绘制水平线?

发布于 2024-09-09 09:14:08 字数 39 浏览 7 评论 0原文

有没有比定义固定高度和黑色背景的布局更好的方法来绘制黑色水平线?

Is there any better way to draw a black horizontal line than defining layout with fixed height and black background?

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

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

发布评论

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

评论(2

岁吢 2024-09-16 09:14:08

ListView 允许您定义可绘制的分隔线。有关详细信息,请参阅 ListView 上的 Android 文档。

分隔线将绘制在列表中的每个项目之后,而无需您对其进行任何操作。您可以使用可绘制对象或颜色作为分隔线,还可以指定整个列表的分隔线高度。

The ListView allows you to define a divider drawable. See the android documentation on the ListView for more information.

The Divider will be drawn after each item in your list without the need for you to do anything about it. You can use a drawable or a color as the divider and you can also specify the divider height for the whole list.

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