Scroll entire layout up when keyboard is shown
android:windowSoftInputMode=”adjustPan” By modifying it to as below 1) AndroidManifest.xml android:windowSoftInputMode=”stateVisible|adjustResize” 2) style.xml file ,in activity style <item name=”android:windowActionBarOverlay”>true</item> It worked.!!!!!!!!!!!!…