动态创建View 样式不起作用

来源:互联网 发布:安卓编写软件 编辑:程序博客网 时间:2024/06/08 04:31
1.以这种形式创建控件Button btn=new Button(new ContextThemeWrapper(mContext,R.style.service_text_dialog_style),null,
R.style.service_text_dialog_style); 
原创粉丝点击