4.4上
AlertDialog dialog = new AlertDialog.Builder(getContext()).setView(view) 有白屏
使用mAlertDialog.setContentView(dialogView),白色背景确实可以去掉,另外,setContentView需要在dialog.show之后使用,而setView则是在dialog.show之前使用
4.4上
AlertDialog dialog = new AlertDialog.Builder(getContext()).setView(view) 有白屏
使用mAlertDialog.setContentView(dialogView),白色背景确实可以去掉,另外,setContentView需要在dialog.show之后使用,而setView则是在dialog.show之前使用