小编Dev*_*per的帖子

显示带有四个按钮的对话框

hy!我正在使用对话框.我想在该对话框中有四个按钮.我添加了三个按钮,一个是
myDialog.setPositiveButton("删除",新的DialogInterface.OnClickListener() 第二个是
myDialog.setNegativeButton("取消",新的DialogInterface.OnClickListener() ,第三个是 myDialog.setNeutralButton("添加",新的DialogInterface.OnClickListener(),但我无法添加第四个,因为我尝试了一个setPositiveButton,但它只显示一个.how我可以添加第四个PLZ给我提示.

谢谢.

android android-widget android-layout

0
推荐指数
1
解决办法
6435
查看次数

标签 统计

android ×1

android-layout ×1

android-widget ×1