Describes an XMLNS attribute that is hidden.
Such an attribute has no user interface and no corresponding {@link UiAttributeNode}.
It also has a single constant default value.
When loading an XML, we'll ignore this attribute.
However when writing a new XML, we should always write this attribute.
Currently this is used for the xmlns:android attribute in the manifest element. |