Horizontal Scrollview inside ListView item?
- by lanks
I have a ListView item layout that is using a HorizontalScrollView in the center. I have used the android attribute "android:descendantFocusability="blocksDescendants"" on my parent LinearLayout so that the ListView items are still selectable.
The problem I am having is that when clicking the part of the ListView item which is the HorizontalScrollView, the ListView item click event is not called.
How can I get the click event of the HorizontalScrollView to call the ListView list item click event?