我的 layout.xml 中有这几行:
<include android:id="@+id/promo1" android:layout_width="fill_parent"
android:layout_height="fill_parent" layout="@layout/one_promo">
</include>
<include android:id="@+id/promo2" android:layout_width="fill_parent"
android:layout_height="fill_parent" layout="@layout/one_promo">
</include>
<include android:id="@+id/promo3" android:layout_width="fill_parent"
android:layout_height="fill_parent" layout="@layout/one_promo">
</include>
我想在我的 Java 代码中以编程方式执行此操作。
请问有什么帮助吗?
提前致谢