Android AlertDialog 方法setView(view,0,0,0,0)开发自定义对话框
如果使用m_currDlg=newAlertDialog.Builder(m_activity).create();m_currDlg.setView(textEntryView,0,0,0,0);m_currDlg.show();则可以得到想要的自定义的dialog此时就可以控制Dialog在按了OK或者cancel的显示还是消失了LayoutInflaterfactory=LayoutInfl