具有字幕的单选项的警报对话框

时间:2016-04-26 09:05:57

标签: android material-design android-support-library alertdialog

如何使用标准平台为min SDK 16版本创建该应用程序对话框。我尝试使用android.support.v7.AlertDialog。我可以创建自定义适配器:

AlertDialog.Builder builder = new AlertDialog.Builder(owner);
//...
builder.setAdapter(new CustomAdapter(...))  

但我认为这是一个糟糕的决定。 是否有可能以某种方式做到这一点:

builder.setSingleChoiceItems(items, subitems...)

enter image description here

0 个答案:

没有答案