摘要: 创建自定义对话框: // 对话框构建器 Builder builder = new AlertDialog.Builder(this); // 创建出一个空的对话框 final AlertDialog dialog = builder.create(); // 加载自定义View布局 View vi 阅读全文
posted @ 2016-02-25 22:57 冷的锋刃 阅读(200) 评论(0) 推荐(0)