摘要: 自定义对话框 //自定义对话框 public void bt_4(View v) { //1-Layout文件加载器 //LayoutInflater layoutInflater=getLayoutInflater(); // View view=layoutInflater.inflate(R. 阅读全文
posted @ 2016-05-13 16:20 百事没事 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 一般对话框 //一般对话框 public void bt_1(View v) { //不能直接实例化 //内部提供构造器 AlertDialog alertDialog = new AlertDialog.Builder(this) .setTitle("确认对话框") .setMessage("确 阅读全文
posted @ 2016-05-13 15:43 百事没事 阅读(232) 评论(0) 推荐(0) 编辑