我正在寻找一种以编程方式包含布局的方法,而不是 include
像我的示例中那样使用 XML 标记:
<include layout="@layout/message"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.75"/>
请以编程方式更改此参数“ layout="@layout/message ”。
知道怎么做吗?