I am developing an application for android
devices, which manages TV channels and shows. In it there is an option for the user to add channels in the system using a custom widget
. The widget uses autocompleteTextView
. My layout does not adjust itself when the soft keyboard
appears.
These are the 2 states of the layout:
The keyboard blocks the user from viewing the options in the dropdown and the field below it. I have already tried the solution here and here. But none of them got it to work.
I want to move the layout of the widget itself, rather then the whole layout behind. How to go about this problem?