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:
- Turning off animations in developer mode: http://pocketnow.com/android/how-to-disable-screen-animations-in-android-40-ics
- Turning off animations for HTC Sense: http://forums.androidcentral.com/t-mobile-htc-sensation/92195-turning-off-animations.html
- ...
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