01 2019 档案

摘要:View view=LayoutInflater.from(this).inflate(R.layout.clean_pop, null);// popupWindow = new PopupWindow(view, 300, 200); popupWindow = new PopupWindow( 阅读全文
posted @ 2019-01-08 14:55 呀啦啦啦 阅读(367) 评论(0) 推荐(0)
摘要://点击空白处,隐藏软键盘@Overridepublic boolean onTouchEvent(MotionEvent event) { InputMethodManager imm = (InputMethodManager) getSystemService(INPUT_METHOD_SER 阅读全文
posted @ 2019-01-07 15:56 呀啦啦啦 阅读(243) 评论(0) 推荐(0)