سؤال

I have an ImageView aligned on bottom of my layout contains "footer" of my app. Layout contains also ad EditText. Now when i tap on EditText and keyboard appear, it doesn't go over my footer, but footer get moved on above keyboard. There's a way to lock the imageView and get keyboard go over ImageView?

هل كانت مفيدة؟

المحلول

Add this in your activity tag in the manifest android:windowSoftInputMode="stateHidden|adjustPan"

نصائح أخرى

Yes. Have a look at android:windowSoftInputMode manifest attribute. Specifically, consider using adjustPan there.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top