10 2014 档案
自定义AlertDialog的样式
摘要:一、在XML中定义好要显示的AlertDialog的布局二、在代码中创建alertdialog 对象AlertDialog dialog = new AlertDialog.Builder(this).create();调用show方法显示 dialog.show();三、设置AlertDialog...
阅读全文
浙公网安备 33010602011771号