In Android what is the reason that the style attribute does not use the android: namespace prefix?
See how style doesn\'t start with android:
style
android:
From the documentation:
Note: The style attribute does not use the android: namespace prefix.
The reason style doesn't use the android namespace prefix is because it is part of the stock XML attributes.