<span style="font-size:24px;"> circle_big_image_comment_et.setFocusable(true);
circle_big_image_comment_et.setFocusableInTouchMode(true);
circle_big_image_comment_et.requestFocus();//获取焦点 光标出现
InputMethodManager inputManager =(InputMethodManager)circle_big_image_comment_et.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
inputManager.showSoftInput(circle_big_image_comment_et, 0); //显示软键盘</span>手动显示光标及软键盘
最新推荐文章于 2024-11-03 20:21:51 发布
879

被折叠的 条评论
为什么被折叠?



