Skip to content Skip to sidebar Skip to footer

Android/java: Edittext Focus Moves Whole Layout, And Only Scrollview Should Be

This phase is supposed to take all basic information and add so-called 'Generals', as many as the user wants, but when I click on en 'Enter your phone number' EditText, or any of

Solution 1:

I solved my problem. I used low-priority threading with a while loop to re-position the ribbon whenever it's not on top and visible. I also had to change the root layout to RelativeLayout to I could have control of the coordinates.


Post a Comment for "Android/java: Edittext Focus Moves Whole Layout, And Only Scrollview Should Be"