博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
the specified child alread has a parent
阅读量:6193 次
发布时间:2019-06-21

本文共 422 字,大约阅读时间需要 1 分钟。

用 TestFragment   extends  Fragment

     @Override
     public  View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        View  view1 = new  View(getActivity());
        View view = inflater.inflate(R.layout. ad_main ,  null );这里不能有ViewGroup参数,不然认为同一组,报错。
        TextView text = (TextView)view.findViewById(R.id. SlideTitle );
        text.setText( mContent );
         return  view;
    }

转载于:https://www.cnblogs.com/leestar54/p/3335936.html

你可能感兴趣的文章
快捷创建H-v虚拟机
查看>>
InnoDB memcached插件的前提条件
查看>>
数状数组的学习总结
查看>>
python版春节倒计时实时显示
查看>>
基于MapReduce的ItemBase推荐算法的共现矩阵实现(一)
查看>>
使用MPLS桥接互联-----Frame Relay-to-vlan
查看>>
Using KVM Configure Openfiler 2.99 Active/Passive Cluster
查看>>
[简明python教程]学习笔记之总结篇
查看>>
我的大一总结
查看>>
希捷硬盘维修工具 v5.10.6 绿色免费版
查看>>
监控软件cacti添加主机
查看>>
浅谈千万级PV/IP规模高性能高并发网站架构
查看>>
Ansible模块知多少
查看>>
生成唯一标识的元素
查看>>
Skype for Business Server 2015-11-Web Application Proxy-部署
查看>>
重新定义工作站的“边界”
查看>>
开发人员学Linux(13):CentOS7安装配置IT设备监控系统Zabbix
查看>>
SEOer未来之路到底在哪里?
查看>>
XenServer 6.5实战系列之八:Creating a VM Template from an Existing VM
查看>>
也谈ibm aix jfs2
查看>>