On Android, the reason the style attribute doesn't use the android: namespace space prefix?
See how style doesn't start with android: :? Does anyone know why?
<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
Thanks!
source share