I have set a tabhost in the bottom of screen,on the top of screen is a edittext,when i click the editext,the screen keyboard jump up,and lift tabhost to the middle of the screen.i just want tabhost keeps in the bottom,even though keyboayd diaplay.
Add this attribute of activity tag in your AndroidManifest file for TabActivityClass
android:windowSoftInputMode="adjustPan"
For all facing this problem,
android:windowSoftInputMode="adjustPan|adjustResize"
check this link: SoftKeyboard problem with Tabhost on bottom of screen
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With