为什么样式和布局不使用android命名空间?

时间:2012-03-12 20:52:24

标签: android xml

示例,在创建时:

<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相同。

0 个答案:

没有答案