android - See full input layout on bottom when opening virtual keyboard -
in overall linearlayout
have input area (also wrapped in linear layout) @ bottom of layout. want user see full input area (not edittext
element, wrapping linear layout).
for have added
android:windowsoftinputmode="adjustpan"
to androidmanifest file. works great, not see whole linear layout @ bottom, it's half-way truncated. see edittext
@ least half, blinking cursor visible.
what can see whole bottom layout?
keyboard moved/aligned item focused (your input edittext element). make sure height of edittext same wrapping linearlayout. if use linearlayout add padding can switch edittext have margin on top/bottom instead.
Comments
Post a Comment