软键盘覆盖edittext 使用ScrollView的详解

原贴地址

 http://www.eoeandroid.com/thread-53414-1-1.html

 

 

我的布局是这样的, 屏幕最上方 和屏幕最下方 各有一个edittext  (输入框) ,我点击 屏幕下方的输入框 软键盘出来后 可以把最下面的输入框顶上去 ,但是我点击屏幕上方的输入框  软键盘不会把最下方的顶上去而是覆盖了最下方的输入框。我想要的是不管我点击上面的输入框 还是下面的输入框  出现软键盘后都会把 最下方的输入框顶上去、。 下面是我的xml 高手速来啊,,小弟在线等啊。。。55555555


< ?xml version="1.0" encoding="utf-8"?>

< RelativeLayout  xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
< ScrollView xmlns:android="http://schemas.android.com/apk/res/android"   
     android:layout_width="fill_parent"   
     android:layout_height="fill_parent">
 
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >    

你可能感兴趣的:(软键盘覆盖edittext 使用ScrollView的详解)