I've got an activity that I want to execute code (that makes an imageview visible or invisible) when the soft keyboard pops up or becomes hidden. I know that I can do this in the onsizechanged method of the activities root layout view because it changes size to accommodate the virtual keyboard. How do I access this method to override it without creating a custom view (if possible)?
Another way I could go about this is to detect when the soft keyboard is shown or hidden. I haven't been able to find any methods that are accessible that fire when this event occurs. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

