use this line in your manifest file against your activity in which you want your result
hope it will help you
android:windowSoftInputMode="adjustPan|stateAlwaysHidden"
like
<activity
android:name="com.android.youractivity"
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />