[Android UI界面] 软键盘覆盖edittext 使用ScrollView的详解、、高手快来吧 50

我的布局是这样的,屏幕最上方和屏幕最下方各有一个edittext(输入框),我点击屏幕下方的输入框软键盘出来后可以把最下面的输入框顶上去,但是我点击屏幕上方的输入框软键盘... 我的布局是这样的, 屏幕最上方 和屏幕最下方 各有一个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">

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<Button android:id="@+id/edit_button2"
android:layout_width="wrap_content"
android:layout_height="100px"
android:gravity="center"
android:layout_marginTop="370dip"
android:text="添加"
/>
<EditText android:id="@+id/edit_text1"
android:layout_width="200px"
android:layout_height="100px"
android:gravity = "top"
android:layout_toRightOf="@id/edit_button2"
android:hint="请输入信息内容"
android:layout_marginTop="370dip"
/>
<Button android:id="@+id/edit_button"
android:layout_width="wrap_content"
android:layout_height="100px"
android:layout_marginTop="370dip"
android:gravity="center"
android:layout_toRightOf="@id/edit_text1"
android:text="发送"
/>
</RelativeLayout>

</ScrollView>
<EditText android:id="@+id/edit_text"
android:layout_width="260px"
android:layout_height="wrap_content"
/>
<Button android:id="@+id/edit_button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/edit_text"
android:text="编辑"
/>
</RelativeLayout>
android:windowSoftInputMode="adjustPan" 我试过了还是不行。 高手快来吧。
展开
 我来答
uyxiang198712
2010-12-29
知道答主
回答量:17
采纳率:0%
帮助的人:0
展开全部
楼主为什么要实现这样的效果呢,这样做之后可能把编辑框顶到不可见的位置。。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式