-
public interface StyleableInterface describing a styleable view. A styleable view will understand CSS-like rules and apply them on itself.
-
-
Method Summary
Modifier and Type Method Description abstract voidapplyStyleRules(Map<String, String> rules)-
-
Method Detail
-
applyStyleRules
abstract void applyStyleRules(Map<String, String> rules)
-
-
-
-