• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps make views go under the action bar

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?
 
Back
Top Bottom