I have a listview, there is a simple textview and a multiline textview inside a listitem. Basically the list item click doesn't trigger because of the multiline textview, but if I set the focusable property of the multiline textview to false then the click is work if I tap the simple textview.
My problem is that the list item click doesn't trigger when I tap the multiline textview, just only work if I click somewhere else.
What could be the problem? Thanks.
0 comments:
Post a Comment