Interface Styleable
-
- All Known Implementing Classes:
AnimatedCloseButton,Button,CloseButton,CountdownView,RoundedImageView,SeparatedFlexboxLayout,SeparatorView,TextView,WebView
public interface StyleableInterface describing a styleable view. A styleable view will understand CSS-like rules and apply them on itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyStyleRules(java.util.Map<java.lang.String,java.lang.String> rules)
-