EDIT : Seems I\'m not making myself clear. What I need is a way to hide the soft keyboard whenever i replace the fragment I am in. How do I go about doing this ?
In your XML file just remove android:focusable="true" from everywhere.
android:focusable="true"
One more thing is if you are using then also remove this line.
Try it I think it should work.