我知道我可以创建一个视图存根
<ViewStub android:id="@+id/stub"
android:inflatedId="@+id/subTree"
android:layout="@layout/mySubTree"
android:layout_width="120dip"
android:layout_height="40dip" />
并通过 ViewStub stub = (ViewStub) findViewById(R.id.stub); 查看膨胀 = stub.inflate();
但是它在性能上有何不同,然后使用线性布局并在运行时添加子视图