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 中的条目被禁用,则不会在其周围绘制分隔线。但是,如果我们将 dividerHeight 设置为较大的值,我们会注意到它们仍然存在……但只是不可见。
所以,两个问题:
<item name="android:listDivider">
<item name="android:invisibleListDivider">
如何完全摆脱它们?
我不是 100% 肯定,但我会说它不能完成。
有什么方法可以为主题中隐藏的分隔线设置样式并利用此功能?我们可以调整,也许有某种?
有@android:drawable/empty。@null应该也可以。
@android:drawable/empty
@null