Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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">?
share|improve this question

1 Answer

up vote 0 down vote accepted

how to get rid of them, fully?

I'm not 100% sure but I would say that it cant be done.

is there any way to style those hidden dividers from themes and take advantage of this feature? We can adjust , maybe there's some kind of ?

There is @android:drawable/empty. @null should work as well.

share|improve this answer
I think you misunderstood the second part. What I mean is whether we can adjust custom style to the invisible divider, like for example give it another drawable as the background. – Sebastian Nowak May 25 '12 at 22:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.