Simple question:
How can I anchor a view (specifically EditText) to the top of the soft keyboard when it shows?
I don't want to use adjustPan
or adjustResize
because I have views at the top of my activity that need to stay visible and I don't want to resize the activity. I only want to place one view just above the keyboard. Unfortunately I haven't found a solution to this problem