There's a problem that I can't find a solution to. When I launch my activity, the first time I select the EditText
field, the keyboard works just fine ( it pans the layout ). When I minimize the keyboard and select it again, it overlaps the layout and the required EditText
.
I've added android:windowSoftInputMode="adjustPan"
to my androidManifest.xml
, though it doesn't work.
Does anyone know how to fix this problem?