StyleResourceValuepublic final class StyleResourceValue extends ResourceValue implements com.android.layoutlib.api.IStyleResourceValue
Fields Summary |
---|
private String | mParentStyle | private HashMap | mItems |
Constructors Summary |
---|
public StyleResourceValue(String type, String name, boolean isFramework)
super(type, name, isFramework);
| public StyleResourceValue(String type, String name, String parentStyle, boolean isFramework)
super(type, name, isFramework);
mParentStyle = parentStyle;
|
|