-
- All Implemented Interfaces:
public final class TextViewKt
-
-
Method Summary
Modifier and Type Method Description final static UnitapplyTheme(TextView $self, DidomiConstants.TextViewType type, ThemeProvider themeProvider)Setup text theme final static UnitapplyTheme(TextView $self, TextTheme theme)Apply a theme to a text view. -
-
Method Detail
-
applyTheme
final static Unit applyTheme(TextView $self, DidomiConstants.TextViewType type, ThemeProvider themeProvider)
Setup text theme
- Parameters:
type- as the DidomiConstants.TextViewType of TextViewthemeProvider- as the ThemeProvider to apply
-
applyTheme
final static Unit applyTheme(TextView $self, TextTheme theme)
Apply a theme to a text view.
- Parameters:
theme- to be applied
-
-
-
-