I have the following screen in android
and would like that when the user clicks on one of the editText, only the 3 fields (name, birth date and phone) are shown at the top of the screen (above the keyboard). These components are separated on the screen by a LinearLayout with id itself. Is there any way to do this without having to create another activity over it?