当前位置:操作系统 > 安卓/Android >>

Android中得到布局文件对象两种方式

Android中得到布局文件对象有两种方式
第一种,在Activity所在类中
      this.getLayoutInflater().inflater(R.layout.布局文件名,null);
第二种,在非Activity所在类中
    Context.getSystemService(Context.LAYOUT_INFLATER_SERVICE).inflater(R.layout.布局文件名,null);
补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,