Hello,
           I think i myself found the solution.

using android:windowSoftInputMode="stateAlwaysHidden|adjustResize" fixes the
issue.

adjustPan was also one alternative but its not behaving consistently. Also i
read the below post from Dianne Hackborn regarding adjustPan:-

****************************************************************************************************
But generally I would *strongly* suggest not using adjustPan.  It is mostly
there for compatibility with apps that can't resize themselves to account
for the IME.  It is intrinsically a poorer user experience than adjustResize
because when the IME is displayed the user can't scroll around in the
window's content.
***************************************************************************************************

Thanks ..

On Wed, Jun 29, 2011 at 1:10 AM, Sudeep Sharma <sudeep.andr...@gmail.com>wrote:

> Hi,
>      In the package com.android.setupwizard where the first screen displays
> the Android Logo and an animated hand arrives, i see one issue there.
> When you try to  open virtual keyboard by long press menu, the Android logo
> moves up and the image is half cut. I have a similar image and want to
> prevent that going out of screen when the virtual keyboard comes up.
>
> Can anybody suggest something?
>
> My expectation will be that virtual keyboard covers the previous activity
> instead moving the image upwards.
>
> Thanks,
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to