Showing posts with label listview header. Show all posts
Showing posts with label listview header. Show all posts

Tuesday, July 3, 2012

Android - Can not focus into objects inside listview?

listView.setItemsCanFocus(true);//self explanatory

 Edit the view that you want to add inside the listview. Add the following property.
 android:descendantFocusability="afterDescendants"

 The End :)