So I have a main activity with 3 TextFields that are offset from the top because I am using tabbed navigation :
But what happens on small screens is that the keyboard hides the third textfield "Receiver".
How can I solve this ? Would using a ScrollableLayout be a solution (so the user could scroll to unhide the third textfield) ?