我正在寻找一种以编程方式包括布局的方法,而不是include
像我的示例中那样使用XML标签 :
<include layout="@layout/message"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.75"/>
请以编程方式更改此参数“ layout =“ @ layout / message ”。
任何想法如何做到这一点?