[android-developers] Re: Finding if the Soft Input Method is visible

2011-09-10 Thread Pent
store the value of the height and width at startup and compare the height with the initial value. Would be nice if you could just query the IMM... would then also be possible outside of activities. Pent -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Finding if the Soft Input Method is visible

2011-09-08 Thread sblantipodi
store the value of the height and width at startup and compare the height with the initial value. On Sep 8, 8:50 pm, guich guiha...@gmail.com wrote: Hi, Is there a way to know if the SIM is visible or not? I'm using the android:windowSoftInputMode=adjustResize in the manifest, but i can't