重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

android安卓edittext自动弹出数字键盘

		et.setFocusable(true);
		et.setFocusableInTouchMode(true);
		et.setInputType(EditorInfo.TYPE_CLASS_NUMBER); 
		Timer timer = new Timer();
		timer.schedule(new TimerTask()
		{
			public void run() 
			{
				InputMethodManager inputManager =(InputMethodManager)et.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
				inputManager.showSoftInput(et, 0);
			}
		}, 500);

文章标题:android安卓edittext自动弹出数字键盘
文章位置:http://cqcxhl.cn/article/gjjoci.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP