Dialog not resize when keyboard popup
Closed this issue · 1 comments
andriiaveiro commented
hy, i have problem when i create custom dialog with extends BaseDialog, i put edittext and when keyboard open dialog not move or resize, i try to
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
in onCreateView() and edit manifest but still working
andriiaveiro commented
sorry, i get the solution #10