AlertDialog和AlertDialog.Builder?两者区别
AlertDialog.Builder alertDialog =new AlertDialog.Builder...getLayoutInflater().inflate(R.layout.main, null)...通过view.findViewById() 得到 目标View 然后设置...
获取dialog中的view呢_雪花飞月_新浪博客
= inflater.inflate(R.layout.newpassword, null);...Dialog dlg=new AlertDialog.Builder(this).setView...当然,我们也可以在layout中使用findviewbyid方法。使用...