You can add clickable focusable true to your fragment_container
<FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" android:focusable="true">