Refer this: http://stackoverflow.com/questions/4207880/android-how-do-i-prevent-the-soft-keyboard-from-pushing-my-view-up
On Mon, Feb 13, 2012 at 8:21 PM, bimal bose <[email protected]> wrote: > use linear layout instead of relative (or wrap the whole relative + the > bottom thing under a linear layout ) > > > On Mon, Feb 13, 2012 at 7:35 PM, Abhilash baddam < > [email protected]> wrote: > >> Hi, >> >> I am guessing that the problem is because of ListView, but i require >> listview in that screen. How to get rid on this issue...? >> >> On 2/13/12, Abhilash baddam <[email protected]> wrote: >> > Hi, >> > >> > Any help on this issue...? >> > >> > On 2/13/12, Abhilash baddam <[email protected]> >> wrote: >> >> Hi, >> >> >> >> I am having a layout which contains Relativelayout as root layout. the >> >> layout structure is like this... >> >> >> >> <RelativeLayout> >> >> <Edittext/> >> >> <ListView/> >> >> >> >> <ImageView >> >> android:layout_alignParentBottom="true"/> >> >> >> >> </RelativeLayout> >> >> >> >> >> >> In that layout i am having imageview which is >> >> android:layout_alignParentBottom="true". >> >> So whenever i am clicking on edittext the keyboard is pushing the >> >> complete screen to up, which looks very bad but i want the keyboard to >> >> overlap on the screen, i dont want to push up the complete screen. >> >> Plese find the attatchment >> >> >> >> In image1.png keyboard is moving up the complete screen which i do not >> >> want.. I want something like shown in image2.png. >> >> >> >> Can anybody give me the suggestions to solve this issue....? >> >> >> > >> >> -- >> 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 >> > > -- 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

