enter image description here

As shown image in above I have four tabs below videoview Resume , Produits ,Persos, Talk.

When I click on Tab a new corresponding activity is launched below the tabs. Now as shown in Image current Tab is talk. My question is when user clicks on Edittext it shows soft input keyboard but it hides the edittext beside the image.How to avoid it.

link|improve this question

47% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Add android:windowSoftInputMode="adjustPan" to your activity tag in the AndroidManifest.xml.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.