I am not looking for code, or I will not publish it, just an explanation, because I lost it.
There is a major problem of resizing when the on-screen bar appears.
In my case
I have a listView equipped with 2 editText and many textViews with database contents using a custom cursor.
1) AdjustPan
It is pretty simple. When I use the adjustPan property, everything works fine, except for the fact that when I click editText on my View list, and if the listview is bigger than the escaping, I can't scroll. This is actually normal behavior, and I can understand it.
2) AdjustResize
Here I can scroll as much as I want.
This is the property I want to use. But I ran into two problems:
When I click on one of the two editText, I just can't write. Impossible, even thought he had a trick. I make the on-screen keyboard appear, I try to enter a few letters (remember that this editText is focused), but nothing happens.
Again, when I click one of the two editText, it just reorganizes (obviously randomly) the list items. I even thought that it works fine with adjustPan, with adjustResize, it is messing around with listView elements.
Any information on one of two issues will be helpful. You can even request a code, but again I'm just looking for a general explanation that might help. Thanks.
Sebastien ferrand
source share