I've got an application where a button can be used to display the onscreen keyboard (so that the user can interact with the application).
The button is positioned on top of a SurfaceView and when the button is pressed the onscreen keyboard is displayed and the button is hidden. I'm trying to determine whether there is an easier way to detect the keyboard being hidden (so that I can redisplay the button) other than looking for size changes in the SurfaceView. Looking for size changes and then searching for the keyboard is clunky. Thanks Lee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

