I have GridView android:layout_height="match_parent" with Editboxes, in LinearLayout with fix android:layout_height.
When I touch editbox, appears keyboard.
How to change android:layout_height in LinearLayout when keyboard appears and when disappears?
Try the link below hope it may help you
http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html
http://davidwparker.com/2011/08/30/android-how-to-float-a-row-above-keyboard/