Android : Turning off keyboard animation for activity

on Friday, September 12, 2014


When user clicks/selects EditText a (soft) keyboard in shown. I need it to be shown as quickly as possible. By default the keyboard is shown with animation, which slows down the whole process.


I succeeded to disable "keyboard showing animation" by manually turning it off in Android settings:



This is great, but many of our customers fail to set this setting on their own.


Is there a way to disable keyboard animations programatically for a given activity? Something like keyboardAnimation="off" in AndroidManifest.xml.


0 comments:

Post a Comment