I have android app in which one layout contains Linearlayout, ScrollView, TextView, EditView and Button. when I
Linearlayout
ScrollView
TextView
EditView
Button
You can hide keyboard by add two lines to the parent view of editText.
android:focusable="true" android:focusableInTouchMode="true"