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.

I need to show some data onto screen and i think ListView is the best solution. I wanna make a ListView with a personnal layout for items and divider and i want always show dividers like in SuperUsers app. I'm lost with different Adapter and how to use them..

I need help, thanks

share|improve this question
Do you have a divider image? – tolgap Sep 6 '12 at 17:32
You mean header for some section? – Selvin Sep 6 '12 at 17:36

1 Answer

Use these attributes in list

 android:divider="#B3AF92"
 android:dividerHeight="1dip"
share|improve this answer

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.