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
So, I had exactly the same issue, I still don't know the reason why, but make sure your adding the android:clickable="true" to the roovView of your 2nd fragment's layout.
something like this:
.....any content for your item (2nd fragment).....