文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>自动弹软键盘

自动弹软键盘

时间:2010-10-19  来源:fly123456789

Timer timer = new Timer();
timer.schedule(new TimerTask()
{
public void run() {
InputMethodManager imm = (InputMethodManager)mEmailView.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(0, InputMethodManager.HIDE_NOT_ALWAYS);
// Toast.makeText(AccountSetupBasics.this, "show", Toast.LENGTH_SHORT).show();
}

}, 1000);


//AccountSetupBasics.this 当activity

//1000是定时器时间

相关阅读 更多 +
排行榜 更多 +
步行僵尸2无限金币版

步行僵尸2无限金币版

体育竞技 下载
狐狸一号特殊任务无限金币版

狐狸一号特殊任务无限金币版

体育竞技 下载
忍者之雷复仇无限金币钻石版

忍者之雷复仇无限金币钻石版

体育竞技 下载