Android Question Layout not scrolling

Mostez

Well-Known Member
Licensed User
Longtime User
I use scrollview to scroll layout, this layout has two EditBoxes at bottom, everything is ok in one project, I used the same layout in another project but when I focus EditBox, the layout does not scroll up above the keypad to view edited letters. What is the reason of this and how to fix it?
 

Peter Simpson

Expert
Licensed User
Longtime User
What is the other device, I had the issue with a Huawei, my fix was to calculate the requires scrollview side needed In code and manually setting it that way.

It's probably to do with DIP and setting the scrollview height correctly for each device screen beforehand...
 
Upvote 0
Top