I have a layout which contains some views like this:
&
showSoftInput was not working for me at all.
showSoftInput
I figured I needed to set the input mode : android:windowSoftInputMode="stateVisible" (here in the Activity component in the manifest)
android:windowSoftInputMode="stateVisible"
Hope this help!