style属性不使用android:namespace前缀的原因

时间:2013-07-11 21:00:34

标签: android xml xsd

在Android中,style属性不使用android:namespace前缀的原因是什么?

了解style不以android:开头的方式?谁知道为什么?

<TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="I Love Android!"
        style="@android:style/TextAppearance.Large"
        />

http://developer.android.com/guide/topics/ui/themes.html

谢谢!

1 个答案:

答案 0 :(得分:5)

来自documentation

  

注意:style属性不使用android:名称空间前缀。

style没有使用android命名空间前缀的原因是因为它是库存XML属性的一部分。