Yes i want to override that functionality.

1. I don't want the IMEs to go full screen in landscape mode , is there a
property to achieve this?
2. My current layout xml file given above doesn't have the IME to fullscreen
( I believe i have used TextView instead of EditText that prevents it from
going full screen). Now assuming this scenarios is preserved how would i
achieve the property of adjustResize so that the TextView (@+id/txtView2),
 is still anchored to the bottom of the window which i am expecting to be
resized ? I basic idea here is to have the TextView(@+id/txtView2) displayed
in all cases whether the parent container in fullscreen or the IME resizing
it.

Regards
V. Ramkumar

On Thu, Oct 14, 2010 at 12:48 PM, Dianne Hackborn <hack...@android.com>wrote:

> Most IMEs when running in landscape use the full screen, so it doesn't
> matter what resize mode your apps uses since it is not being resized (it is
> being completely covered by the IME).
>
>
> On Wed, Oct 13, 2010 at 11:22 PM, Ram <gv.ramkumar...@gmail.com> wrote:
>
>> Can any one reply to the below Post?
>>
>> --
>> 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<android-developers%2bunsubscr...@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<android-developers%2bunsubscr...@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