A
Android Question
Guest
I have an activity with views in the upper part of the activity and multi line edittext in the lower part. When I open the soft keyboard I can use:
android:windowSoftInputMode="adjustPan",
which makes the actionbar dissapear when I open the soft keyboard.
or I can use:
android:windowSoftInputMode="adjustResize",
which makes the editText dissapear when I open the soft keyboard.
Is there another option which in, the upper views will disapear and go beneath the actionbar?
android:windowSoftInputMode="adjustPan",
which makes the actionbar dissapear when I open the soft keyboard.
or I can use:
android:windowSoftInputMode="adjustResize",
which makes the editText dissapear when I open the soft keyboard.
Is there another option which in, the upper views will disapear and go beneath the actionbar?