Hi all,
I have a LinearLayout that contains many views stacked vertically. However, at the bottom, I have an EditText.
Desired Result:- When the keyboard popps up upon clicking the EditText, ONLY the EditText scrolls up while the rest of the screen remains static as it is. Is this possible? If yes how?