键盘弹出滚动在Android的全面布局 [英] keyboard popup to scroll up full layout in android

查看:271
本文介绍了键盘弹出滚动在Android的全面布局的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想scrollup全面布局时,编辑文本焦点弹出keyboard.i没有发现任何solution.i要像Facebook应用程序。当EditText上集中键盘弹出式全屏幕滚动到顶部像如下图Facebook的Andr​​oid应用程序的登录页面:

i want to scrollup full layout when edit text focus to popup keyboard.i didn't find any solution.i want to like facebook app. facebook android app login page when edittext focused keyboard popup full screen scroll up to top like shown below figure:

在键盘弹出类似下图:

在键盘弹出滚动屏幕来了

after keyboard popup scroll screen to up

谁能帮助我。

推荐答案

您可以使用的onCreate这code()方法:

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);

尝试在相应的活动Android清单文件。

Try this in the android manifest file corresponding to the activity.

 android:windowSoftInputMode="adjustResize"

这篇关于键盘弹出滚动在Android的全面布局的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆