FileDocCategorySizeDatePackage
IStyleResourceValue.javaAPI DocAndroid 1.5 API1068Wed May 06 22:42:02 BST 2009com.android.layoutlib.api

IStyleResourceValue

public interface IStyleResourceValue implements IResourceValue
Represents an android style resources with a name and a list of children {@link IResourceValue}.

Fields Summary
Constructors Summary
Methods Summary
public IResourceValuefindItem(java.lang.String name)
Find an item in the list by name

param
name

public java.lang.StringgetParentStyle()
Returns the parent style name or null if unknown.