android - layout resize on keyboard open in fullscreen mode only -


i'd been trying maintain consistency in layout whether keyboard open or not. these issue generated in fullscreen mode (hiding top notification bar) only. works charm w/o fullscreen.

tried:

  1. added android:softwindowmode="adjustresize" , android:softwindowmode="adjustpan"inside <activity> of manifest file.
  2. added android:isscrollablecontainer="false" inside top layout blue background having first, next,prev,last symbol.

desired layout:

  1. top layout blue background should never hide whether keyboard open or not.

these issue resolved actionbar requires alot of turn work don't intent to.

without keyboard open on scrolling keyboard work charmon keyboard open distort layout.

is there way other actionbar resolve issue?

any appreciated on these.

try create fixed header layout blue ground layout, , below blue layout create layout other fields inside scrollview ...so when keyboard appeared not hide header blue layout...


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -