listview - soft keyboard full screen in android application -
listview - soft keyboard full screen in android application -
i have application, have list view, , list view made upon custom adapter. have made suggestive search on list view. problem that, when type in edit text search pan; soft keyboard pop gets total length width , height in screen, have no alternative see whether list view getting changed on text alter in edit text. beingness enable see search result until press done button in soft keyboard. want soft keyboard pop pops half screen of application can see listview info changes on text alter given in edit text. there solution related issue???
add edittext attribute android:imeoptions="flagnoextractui"
. prevent soft keyboard take full-screen size.
check answer: disabling fullscreen editing view soft keyboard input in landscape?
android listview android-softkeyboard
Comments
Post a Comment