Package io.didomi.sdk.common.theme
Class TextTheme
-
- All Implemented Interfaces:
public final class TextThemeClass used to apply a theme to a TextView, Button, etc... The types contained in this class are Android (native) types.
-
-
Field Summary
Fields Modifier and Type Field Description private final GradientDrawablebackgroundprivate final IntegertextColorprivate final Typefacetypeface
-
Method Summary
Modifier and Type Method Description final GradientDrawablegetBackground()final IntegergetTextColor()final TypefacegetTypeface()-
-
Constructor Detail
-
TextTheme
TextTheme(GradientDrawable background, Integer textColor, Typeface typeface)
-
-
Method Detail
-
getBackground
final GradientDrawable getBackground()
-
getTextColor
final Integer getTextColor()
-
getTypeface
final Typeface getTypeface()
-
-
-
-