在 Android 中,样式属性不使用 android: 命名空间前缀的原因是什么?
看看怎么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
谢谢!