Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中进行了一些调整:我的 Listview 位于 2 个 LinearLayout 之间,看起来像我的 ListView 行。
这是一个小技巧,可以让我始终显示第一个和最后一个项目
我的布局看起来像
[线性布局] [列表显示] [线性布局]
[线性布局]
[列表显示]
我对结果很满意,除了一件事:我想在那些 LinearLayouts 和 ListView 之间插入 listview 分隔符。
我应该如何获得看起来与分隔线完全一样的可绘制(或更好的 xml 布局)?
您可以使用ListView.getDivider()根据 Android SDK 版本和主题获取列表视图使用的可绘制对象。