文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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是定时器时间

相关阅读 更多 +
排行榜 更多 +
别惹神枪手安卓版

别惹神枪手安卓版

冒险解谜 下载
坦克战争世界

坦克战争世界

模拟经营 下载
丛林反击战

丛林反击战

飞行射击 下载