Thanks a lot for ur responses.I will try that out and update.
Regards,
Alok.

On Sat, Jan 22, 2011 at 3:16 AM, Dianne Hackborn <hack...@android.com> wrote:
> You can not mix adjustPan and adjustResize.  It is one or the other.  If
> your window can resize to accommodate the IME, you should use adjustResize.
> That said, these would have nothing to do with whether a text view would
> actually receive input.
>
> On Fri, Jan 21, 2011 at 6:09 AM, Alok Kulkarni <kulsu...@gmail.com> wrote:
>>
>> Hi.
>>  i am having an activity in which i am adding controls such as
>> EditText and TextView at runtime in a listiiew.
>> What happens is that for the Edittext the keyboard pops up and the
>> controls at the bottom of the screen are not visible even when i
>> scroll down.So when i add the property
>> android:windowSoftInputMode="stateVisible|adjustResize|adjustPan"
>> , things work.But suddenly i face the issue that i cannot type in the
>> edit text pressing the keyboard.The focus automatically goes out of
>> the EditText while typing on the keyboard.I have tried this on Devices
>> like Nexus S , Moto Cliq . Both have the same problem.Any ideas.
>>
>> --
>> 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
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
>
> --
> 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

-- 
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