yshrsmz / KeyboardVisibilityEvent

Android Library to handle software keyboard visibility change event.
Apache License 2.0
1.74k stars 171 forks source link

Possible workaround for adjustNothing #23

Open sough opened 7 years ago

sough commented 7 years ago

Hi there, I am using your library on my second project and its work fine, thank you. But today i needed to use adjustNothing in activity to prevent it from moving (coz was implementing custom animation). After several hours of researching I discovered the following snippet and successfully applied it to my activity: https://github.com/siebeprojects/samples-keyboardheight/blob/master/app/src/main/java/com/siebeprojects/samples/keyboardheight/KeyboardHeightProvider.java

Hope you will get some new ideas for your library =) good luck

yshrsmz commented 7 years ago

Thanks for the resource!

WxSmile commented 6 years ago

sough, My project needs to use adjustNothing, and also need to listen to the keyboard state. You helped me so much, thank you.