Disappearing divider in ListView when ArrayAdapter.isEnabled returns false

Return true in areAllItemsEnabled() and false in isEnabled for specific item. The disabled item wont be clickable but you will still be able to view the divider lines

Note: This doesn’t work for Android 5

Leave a Comment