`
liangoogle
  • 浏览: 273290 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

acitvitygroup edittext 软盘弹出时 底部菜单挤压到上面的问题

阅读更多

  userName = (EditText) layout.findViewById(R.id.username);
  //TODO 显示软盘 使用EditText的getContext
   InputMethodManager imm = (InputMethodManager)userName.getContext(). getSystemService(Context.INPUT_METHOD_SERVICE);
        imm.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);
      

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics