Or *_*Bar -1
他们可能正在使用 include 标签来包含另一个布局文件
\n\n如果你将 list_row_item 布局设置为如下所示,你可以做同样的事情:
\n\n<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\n android:orientation="vertical" \n android:layout_width=\xe2\x80\x9dmatch_parent\xe2\x80\x9d\n android:layout_height=\xe2\x80\x9dmatch_parent\xe2\x80\x9d\n >\n\n <include layout="@layout/another_layout"/>\n\n\n</LinearLayout>\nRun Code Online (Sandbox Code Playgroud)\n\n这样做的好处是您可以即时交换布局,甚至可以使用服务器端更改,而不必发布软件更新
\n| 归档时间: |
|
| 查看次数: |
260 次 |
| 最近记录: |