自定义对话框1. 自定义.xml布局2. 获取LayoutInflater对象3. 调用inflate()办法获取View对象4. 调用Builder对象的setView()办法设置View5. 获取输出内容或者监听点击事件等