IResourceValuepublic interface IResourceValue Represents an android resource with a name and a string value. |
Methods Summary |
---|
public java.lang.String | getName()Returns the name of the resource, as defined in the XML.
| public java.lang.String | getType()Returns the type of the resource. For instance "drawable", "color", etc...
| public java.lang.String | getValue()Returns the value of the resource, as defined in the XML. This can be null
| public boolean | isFramework()Returns whether the resource is a framework resource (true ) or a project
resource (false).
|
|