onClickListener does not work in fragment

前端 未结 5 1071
梦谈多话
梦谈多话 2020-11-28 12:59

I\'ve got some problems with the onClicklistener in the fragment. If I click on the button nothing happens at all. I get neither a message from the onClicklistener in Logcat

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 13:25

    setOnItemClickListener works with me with fragment instead of setOnClickListener

提交回复
热议问题