clicking on the fragment invokes activity behind it

后端 未结 5 1109
情书的邮戳
情书的邮戳 2021-01-01 16:31

Im guessing its something really simple, maybe a setting in listview or fragment. But I couldnt find solution for it for couple of hours now. So.. I have a listView like thi

5条回答
  •  离开以前
    2021-01-01 17:03

    Set android:clickable="true" in FrameLayout tag of your foreground Fragment

    it works for me.

提交回复
热议问题