
安卓键盘
zhc_LR
这个作者很懒,什么都没留下…
展开
-
Android自动打开和关闭软键盘
现在有一个需求是说希望可以自动的隐藏和打开软键盘,场景是使用在alert dialog中有一个文本框,弹出dialog同时自动弹出键盘,编辑后点击完成直接关闭。使用的方式是: inputManager.showSoftInput(tvEditor, InputMethodManager.SHOW_FORCED); 如果使用参数InputMethodManager.SHOW_IMP转载 2015-11-20 11:30:17 · 613 阅读 · 0 评论 -
android 日期时间格式转换;软键盘显示消失;获取系统title
获取activty title bar: TextView actionTitle = (TextView) findViewById(com.android.internal.R.id.action_bar_title); View actionTitle = getWindow().getDecorView().findViewById(getResources().getIden转载 2015-12-27 14:54:31 · 413 阅读 · 0 评论