<include layout="@layout/titlebar"/>
即可
也可以将各种属性写全
<include android:id=”@+id/news_title”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
layout=”@layout/title”/>
<include layout="@layout/titlebar"/>
即可
也可以将各种属性写全
<include android:id=”@+id/news_title”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
layout=”@layout/title”/>