ListView: TextView with LinkMovementMethod makes list item unclickable?

前端 未结 11 736
野的像风
野的像风 2020-11-29 17:33

What I want to do: A list with messages like this:

and here is the mnessage the user writes, that will wrap nicely to the next line.

11条回答
  •  攒了一身酷
    2020-11-29 18:19

    You have to place this line in your adapter item parent view android:descendantFocusability="blocksDescendants"

提交回复
热议问题