Edittext in Listview android

后端 未结 6 586
梦如初夏
梦如初夏 2020-12-09 16:05

I have Listview with editext and textview.

When i touch on edittext then edittext lost focus!

I resolved this problem by setting android:windowSoftInpu

6条回答
  •  自闭症患者
    2020-12-09 16:25

    I am using a Custom Adapter. And my problem got solved by using notifyDataSetChanged(); inside my getView() method.

提交回复
热议问题