Android输入框被键盘遮挡解决办法是在整个页面配置文件中,在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”>
这样在系
未经允许不得转载:演道网 » Android输入框被键盘遮挡
评论前必须登录!
登陆 注册