AlertDialog.Builder builder = new AlertDialog.Builder(this, R.style.MyDialog);
AlertDialog alertDialog = builder.create();
View view = LayoutInflater.from(this).inflate(R.layout.dialog_red_package, null);
alertDialog.show();
AlertDialog alertDialog = builder.create();
View view = LayoutInflater.from(this).inflate(R.layout.dialog_red_package, null);
alertDialog.setView(view);
alertDialog.getWindow().setDimAmount(0f);//核心代码alertDialog.show();