'How to make soft keyboard and dialog overlap?

I have a fullscreen dialog that contains an edittext view. when edittextis clicked soft keyboard pop and pushes the dialog up. I tried to use SOFT_INPUT_ADJUST_NOTHING to avoid this problem and make the keyboard and dialog overlap, but it didn't work. is there any way else to achieve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source