Focusable EditText inside ListView

后端 未结 13 2645
无人共我
无人共我 2020-11-21 23:56

I\'ve spent about 6 hours on this so far, and been hitting nothing but roadblocks. The general premise is that there is some row in a ListView (whether it\'s g

13条回答
  •  没有蜡笔的小新
    2020-11-22 00:14

    This saved my life--->

    1. set this line

      ListView.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);

    2. Then in your manifest in activity tag type this-->

    Your usual intent

提交回复
热议问题