Package org.robolectric.res
Class ThemeStyleSet
- java.lang.Object
-
- org.robolectric.res.ThemeStyleSet
-
-
Constructor Summary
Constructors Constructor Description ThemeStyleSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Style style, boolean force)
ThemeStyleSet
copy()
AttributeResource
getAttrValue(ResName attrName)
String
toString()
-
-
-
Method Detail
-
getAttrValue
public AttributeResource getAttrValue(ResName attrName)
- Specified by:
getAttrValue
in interfaceStyle
-
apply
public void apply(Style style, boolean force)
-
copy
public ThemeStyleSet copy()
-
-