代码之家  ›  专栏  ›  技术社区  ›  Brandon O'Rourke

在Android视图中多次调用inflate()

  •  0
  • Brandon O'Rourke  · 技术社区  · 14 年前

    layoutInflater = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    layoutInflater.inflate(R.layout.my_layout, this, true);
    
    1 回复  |  直到 14 年前
        1
  •  1
  •   CommonsWare    14 年前

    可以叫充气吗 多次动态更改 布局?

    先尝试删除子视图。现在,你在旧的东西后面加上新的东西,AFAICT。