How to resolve View Pushing Problem of Edit-text Android
In the Android, when a user clicks on edit text the keyboard appears and just push all my the screen views upwards dislocating my UI components.
How can I solve this issue, I want the keyboard to overlay over my UI components and then the user can Type what he / she wants.