WindowManager.LayoutParams lps = getWindow().getWindow().getAttributes(); lps.width = LayoutParams.FILL_PARENT; lps.height = LayoutParams.FILL_PARENT; getWindow().getWindow().setAttributes(lps); View tmp = getWindow().getWindow().getDecorView(); tmp.setForeground(new ColorDrawable(Color.parseColor("#88ff0000")));getWindow().setContentView(R.layout.no_result_view);
![]()
输入法dialog、window
最新推荐文章于 2022-10-24 18:42:22 发布