Android Dialog的四种情况 (转) - 郑文亮 - 博客园
private Dialog buildDialog1(Context context) { AlertDialog.Builder builder = new AlertDialog.Builder(context); builder.setIcon(R.drawable.alert_dialog_icon...
android AlertDialog 问题_百度知道
android AlertDialog 问题有个setItems(int itemsId, listener);方法。注意第一个参数itemsId, 这个itemsId,其实就是我们自己定义的一个布局,调用的时候setItems(R....