google / hover

A floating menu library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditText in content, keyboeard overlaying layout, params.softInputMode not affect

abselt opened this issue · comments

if i use edittext in content layout it is not adjusting when keyboard open, which is not usable at all in a chat head particulary. I tried to edit WindowViewController with
params.softInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN
with and without FLAG_NOT_FOCUSABLE ..... with TYPE_PHONE and TYPE_SYSTEM_ALERT
on addView and showView
and in the content custom view
but nothing worked
can you please suggest what should i do
and thanks

Sorry my fault, I thought I added compile project(':hover') in my gradle but it turn out that somehow i ctrl+z and i was still using the online lib.

Hi you,
I have a problem like that. Keyboard opens but layout not move. Please tell me how did you fix it?