示例,在创建时:
<TextView
style="@style/blah"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
<include
layout="@layout/footer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
可能的原因:
<{1}}和style
在编译时得到处理,但我不是百分百肯定。
编辑:
与layout
文件中的package
相同。