If you set the selectability of a preference item to false, you will notice that the dividers around that item will disappear.
Do you know if there is a way to keep those dividers?
I have looked at the ListView API and could not find a solution that could be applied here, since there is no selectable attribute for ListView items (except for the headers and footers).
Thanks!
some example code would help! did you set your dividers in the
ListView
element? if yes check this post as well.Otherwise you could create a custom ListElementView and add your dividers in the layout xml.