自定义对话框

1. 自定义.xml布局

2. 获取LayoutInflater对象

3. 调用inflate()办法获取View对象

4. 调用Builder对象的setView()办法设置View

5. 获取输出内容或者监听点击事件等