Information needed to represent a View or ViewGroup (aka Layout) item
in the layout hierarchy, as extracted from the main android.jar and the
associated attrs.xml.
Fields Summary
private String
mStyleName
The style name, never null.
private AttributeInfo[]
mAttributes
Attributes for this view or view group. Can be empty but never null.
private String
mJavaDoc
Short javadoc. Can be null.
private String[]
mParents
Optional name of the parents stylable. Can be null.