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:
- added
android:softwindowmode="adjustresize"
,android:softwindowmode="adjustpan"
inside<activity>
of manifest file. - added
android:isscrollablecontainer="false"
inside top layoutblue background
havingfirst
,next
,prev
,last
symbol.
desired layout:
- 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.
.
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
Post a Comment