I go directly from the point of the problem. So, I'm doing an App for an University Project, I have an Edit-Text with a button on the right of it at the bottom of the Activity (in a fixed position). The issue is that when I click the Edit-Text it opens the keyboard of the phone and it covers the Edit-Text at the bottom. There's a way to move up the Edit-Text above the Keyboard? Thank you.
Asked
Active
Viewed 30 times
0

Hamed Karami
- 405
- 1
- 6
- 28

Davencode
- 75
- 6
-
1Can you try this answer in the link: [https://stackoverflow.com/a/21786200/10277150](https://stackoverflow.com/a/21786200/10277150) – gurkan May 15 '21 at 22:42
-
Thank you man! I solved following this link, thank you so much again and again! – Davencode May 15 '21 at 23:04
-
3Does this answer your question? [Android soft keyboard covers EditText field](https://stackoverflow.com/questions/3295672/android-soft-keyboard-covers-edittext-field) – Ruli May 16 '21 at 07:49