Open sough opened 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
Thanks for the resource!
sough, My project needs to use adjustNothing, and also need to listen to the keyboard state. You helped me so much, thank you.
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