H07000223/FlycoDialog_Master

Dialog not resize when keyboard popup

Closed this issue · 1 comments

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

sorry, i get the solution #10