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?
|
feedback
|