I\'m trying to use ListPopupWindow to show a list of strings via an ArrayAdapter (eventually this will be a more complex custom adapter). Code is below. As shown in
ArrayAdapter
The following can help;
listPopupWindow.setWidth(400); listPopupWindow.setHeight(ListPopupWindow.WRAP_CONTENT);