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

软键盘堵住edittext的解决

2012-08-13 
软键盘挡住edittext的解决在setcontentview前加上getWindow().setSoftInputMode(WindowManager.LayoutPara

软键盘挡住edittext的解决

在setcontentview前加上getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE |

? ?? ?? ?? ?? ? WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);

热点排行