in the activity manifest declaration i set this line : android:windowSoftInputMode="adjustPan|stateVisible|stateAlwaysHidden".
but i have very vert strange situation :
ajdjustPan doesn't work when the hint isn't written in english.
if the hint written in language other than english . then adjustpan will work just when the edittext is tabbed twice.
if edittext is not empty . then adjust pan will work normally .
what may be the problem ?