【单选题】
关于AlertDialog的说法不正确的是()
A、要想使用对话框首先要使用new关键字创建AlertDialog的实例
B、对话框的显示需要调用show方法
C、setPositiveButton方法是用来加确定按钮的
D、setNegativeButton方法是用来加取消按钮的
A、要想使用对话框首先要使用new关键字创建AlertDialog的实例
B、对话框的显示需要调用show方法
C、setPositiveButton方法是用来加确定按钮的
D、setNegativeButton方法是用来加取消按钮的
A、使用new关键字创建AlertDialog的实例 B、对话框的显示需要调用show方法 C、setPositiveButton方法是用来加确定按钮的 D、setNegativeButton方法是用来加取消按钮的