Good evening! I'm a beginner on android, so excuse me if it's a dumb question. I did not find a solution to my problem in this forum, so I decided to create this post.
I have a very simple application, as in the image below:
franM answered my question in comment:
You can use this tag in the manifest:
android:windowSoftInputMode="adjustResize"
Or it can be set via Activity also
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);