Add background image from Java not from XML:
getActivity().getWindow().setBackgroundDrawable(getResources().getDrawable(R.drawable.splash_image));
In manifest add
android:windowSoftInputMode="adjustResize|stateHidden"
The state hidden can written as per requirement if you have to hide the keyboard on opening of screen