首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

软键盘挡住控件的有关问题

2012-08-24 
软键盘挡住控件的问题在manifest的activity节点使用当点击EditText控件弹出软键盘的时候,系统会自动调整控

软键盘挡住控件的问题
在manifest的activity节点使用


当点击EditText控件弹出软键盘的时候,系统会自动调整控件的位置。

代码

http://github.com/shaobin0604/miscandroidapps/tree/master/WindowSoftInputMode/

参考
http://androidappdocs-staging.appspot.com/guide/topics/manifest/activity-element.html#wsofthttp://www.chengyunfeng.com/2010/07/how-to-show-soft-keyboard

热点排行