Android ListView with edittext in items -


I have ListView where each item has EditText , when I focus on the last items that the soft keyboard is visible, but EditText is not so, it remains at the bottom of the screen, what can I do?

I have this Manifest

  android: windowSoftInputMode = "Adjust = Adjust Adjust Resize"  

< I would suggest scrolling the inventory to the clicked editing text, so (I think) it will be displayed in the visual section of the screen. As a question, you should know which item has been clicked and then scroll it.


Comments