ListView Item is not clickable in Android

前端 未结 4 1216
说谎
说谎 2020-12-16 04:09

In this ListView is not clickable, I want to perform an action on item click but I do not know why this is not clickable, I have also checked in debugging the controller is

4条回答
  •  伪装坚强ぢ
    2020-12-16 04:56

    just remove

    listshowcase.setClickable(true);
    

    this line from ShowCases. And then try again.

    I hope this will help you. If not please let me know.

提交回复
热议问题