美文网首页
2018-04-27

2018-04-27

作者: Fez_F2z | 来源:发表于2018-04-27 18:33 被阅读0次

    Android开发~点击其它控件弹出软键盘

    InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);

    inputMethodManager.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);

    相关文章

      网友评论

          本文标题:2018-04-27

          本文链接:https://www.haomeiwen.com/subject/jeeilftx.html