OnItemClickListener doesn't work with ListView item containing button

后端 未结 8 1823
广开言路
广开言路 2020-12-01 17:33

I have ListView with custom Adapter which supplies View to ListView in this way:

   public View getView(i         


        
8条回答
  •  北荒
    北荒 (楼主)
    2020-12-01 18:22

    I have also faced the same issue I have tried to set android:focusable="false" to listview but it don't work then I add this to listview item.. like in my listview item I have uesed Toggle button which was creating problem, I add android:focusable="false" to Toggle button and listview on item click listener start work again

提交回复
热议问题