在manifest的activity节点使用
<activity android:windowSoftInputMode="adjustResize" . . . >
当点击EditText控件弹出软键盘的时候,系统会自动调整控件的位置。
代码
http://github.com/shaobin0604/miscandroidapps/tree/master/WindowSoftInputMode/
参考