在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
谢谢!
答案 0 :(得分:5)