1
I have the following screen on android
and would like that when the user clicked on one of editText, only the 3 fields (name, date of birth and phone) were shown at the top of the screen (above the keyboard). These components are separated on the screen by a Linearlayout with its own id. Is there any way to do that without creating another Activity over that?
I believe that the Webview of Android is responsible for adjust and push the components up to show the
EditText
and the keyboard only. Android makes automatic so that a phone with a very low resolution does not force the user to write something without seeing what he is writing, in your case write the field Name without seeing what you’re writing by showing the Date of birth and the Telephone plus the keyboard underneath...– Gaspar
I do not put this in the answer because I do not know which component of Android is responsible for doing this
– Gaspar