Touch is not detected within child Fragment
问题 I am having an issue with onTouchListener when I attach the listener to a child fragment of a fragment. I tried many other solutions but it seems the listener ain't working. The GestureDetector code is taken from here: Fling gesture detection on grid layout main_activity.xml <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/home_drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <!-- The