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 show a list of items in AlertDialog by using AlertDialog.Builder's setAdapter() method. The problem is, the list draws dividers at the bottom of items and the buttons in the dialog are also separated frorm the listview by a divider. Thus, I get two dividers between the last item in the list and buttons. Anyone has any idea how to tackle this?

share|improve this question

1 Answer

Try setting

    android:fadingEdge="none" 

of your list view

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.