博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android 隐藏输入软键盘
阅读量:5219 次
发布时间:2019-06-14

本文共 239 字,大约阅读时间需要 1 分钟。

//隐藏输入键盘

((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE))
.hideSoftInputFromWindow(BshToolsActivity.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);

转载于:https://www.cnblogs.com/yshyee/p/3541333.html

你可能感兴趣的文章
WICED™ <SMART> Software Development Kit
查看>>
SAE/ISO standards for Automotive
查看>>
JSP数据交互二
查看>>
safari浏览器placeholder垂直居中
查看>>
【OpenCV】SIFT原理与源码分析
查看>>
MVC test
查看>>
开发规范
查看>>
bzoj3992 [SDOI2015]序列统计
查看>>
理解screenX clientX pageX概念
查看>>
01 day
查看>>
enableEventValidation
查看>>
函数基础三 -- 装饰器
查看>>
Linux基本操作命令
查看>>
Python基础 之for循环嵌套实例
查看>>
SpringBoot2.x 定时任务
查看>>
Linux笔记(六) - 压缩解压命令
查看>>
Red Hat Enterprise Linux Server 6.5安装gcc 4.9.2
查看>>
[The Diary] 11.2 Thursday
查看>>
Json
查看>>
c++ 学籍管理系统v 1.0
查看>>