Keyboard hides edittext and spinner in expandable list view child view -


i working on expandablelistview first time , facing problem, have expandable list view single child in each group, child view has imageview, 3 textviews, 1 edittext below textviews, spinner below edit text , 2 buttons after spinner. problem when click on edittext, having request focus given in xml, keyboard moves childview upwards absolutely fine, can enter values in editbox, after clicking on button below spinner, keyboard comes down good, on clicking editbox second time, keyboard covers edit text, spinner , buttons, , not able enter values in editbox.

i have tried adjustpan in manifest, not working me, have tried scrollto() expandable listview scroll list when click edittext, still not working.

any appreciated.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -