默认情况下,DialogPreference有两个按钮 - 确定和取消。 我想只留下确定按钮并取消取消按钮 - 我该怎么做?
答案 0 :(得分:3)
您可以轻松删除取消按钮或okey按钮,只需将setNegativeButtonText(null);
设置为取消,将setPositiveButtonText(null);
设置为okey。
答案 1 :(得分:0)
看看这个例子: http://developer.android.com/guide/appendix/faq/commontasks.html#alerts
您应该只需要setPositiveButton attibute。