I have a ListView in a PopupWindow. The PopupWindow is initialized like this
ListView
PopupWindow
window.setContentView(root); wind
//Set listview focusable properties to false
android:focusable="false"