I have a layout in which I have autoComplete edit text with some suggestions.
The image below is its normal behaviour until keyboard slides in.

after the keyboard comes the dropdown goes above the field which hides my TO: field. As shown below.

What should I do to get the dropdown below even when the keyboard slides up.
I want the result to be like this.

Thanks…
I resolved this by hiding the upper layout when key board is shown and focus is on this edit text. As soon as the keyboard is slided_out the upper layout is visible again which bring back the original screen.
For detecting the keyboard slide_in/slide_out i used something like this.