If an entry in ListView is disabled, dividers won't be drawn around it. But if we set dividerHeight to something large, we can notice they are still there... but just invisible.
So, two questions:
- how to get rid of them, fully?
- is there any way to style those hidden dividers from themes and take advantage of this feature? We can adjust
<item name="android:listDivider">, maybe there's some kind of<item name="android:invisibleListDivider">?