`
mr.zxing
  • 浏览: 68574 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Dialog上面加入视图布局

阅读更多
 	AlertDialog.Builder builder	=	new AlertDialog.Builder(context);
    	builder.setIcon(R.drawable.alert_dialog_icon);
    	builder.setTitle(R.string.alertitle);
    	//Dialog上面使用View布局
    	LayoutInflater inflater	=	LayoutInflater.from(this);
    	final View textEntryView	=	inflater.inflate(R.layout.form,null);
    	
    	builder.setView(textEntryView);

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics