android - Actionbar and toplayout scroll when keyboard open -
i've created listview edittext.
if use android:windowsoftinputmode="adjustpan" in manifest file ,i able edit text field.
if not , unable edit text.
but if use "adjustpan", actionbar , toplayout scroll.
how prevent actionbar , toplayout scroll when keyboard open.?
you can use "adjustresize", , when notice keyboard shown (link here know when occurs), you'd act accordingly.
for example, if have chatting app, done on whatsapp , hangouts, if on bottom, scroll bottom.
Comments
Post a Comment