Hi,

I have a query. With SDK 1.5, I have a editText box at the very end of
the screen in potrait mode. So when I click on this edittext box, the
soft keyboard appears and the view should scroll up so that the user
can see the cursor in editbox to type in. But with me as the view
donot scroll up.

My .xml layout is as follows:
<AbsoluteLayout >
   <TextView/>
   <FrameLayout>
      <ListView/>
   </FrameLayout>
   <EditText />
   <Button/>
</AbsoluteLayout >

Can anyone please help me out how can I make the view scroll by itself
when the soft keyboard appears?

Thanks.
Regards,
Purvi

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

Reply via email to