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 voidapply(Style style, boolean force)ThemeStyleSetcopy()AttributeResourcegetAttrValue(ResName attrName)StringtoString()
-
-
-
Method Detail
-
getAttrValue
public AttributeResource getAttrValue(ResName attrName)
- Specified by:
getAttrValuein interfaceStyle
-
apply
public void apply(Style style, boolean force)
-
copy
public ThemeStyleSet copy()
-
-