MaterialDesignJsVeiwRenderer / view.core.renderers / DefaultTheme / <init>
<init>
DefaultTheme()
The theme that is applied to views by default.
Note that the Theme won't modify view properties that already have a value, it will just set a value if the view property is not initialized.
This theme edits view, before they are rendered, as follows:
- Adds margin to views. See the properties horizontalMargin and verticalMargin for more information.
- Configures button views. See the properties buttonRipple, buttonRaised and buttonAccentColor for more information.
- Sets Roboto fonts for TextViews.