WEB开发网
开发学院手机开发Android 开发 Android输入框被键盘遮挡 阅读

Android输入框被键盘遮挡

 2010-09-10 00:44:00 来源:WEB开发网   
核心提示:解决办法是在整个页面配置文件中,在LinearLayout布局外加入< ScrollView xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical" a

解决办法是在整个页面配置文件中,在LinearLayout布局外加入

< ScrollView xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical" android:layout_width="fill_parent"

android:layout_height="fill_parent" android:background="@drawable/backgroundshape">

这样在系统自动调用虚拟键盘时,整个页面布局会发生变化,分为两个部分,一个是虚拟键盘显示的部分,一个是你自己的页面。

Tags:Android 输入 键盘

编辑录入:coldstar [复制链接] [打 印]
赞助商链接