-
- All Implemented Interfaces:
public final class ButtonThemeClass used to apply a theme to a button. The types contained in this class are Android types, unlike the ButtonTheme class that's used to parsed the Config.
-
-
Field Summary
Fields Modifier and Type Field Description private final GradientDrawablebackgroundprivate final IntegertextColorprivate final Typefacetypeface
-
Constructor Summary
Constructors Constructor Description ButtonTheme(GradientDrawable background, Integer textColor, Typeface typeface)
-
Method Summary
Modifier and Type Method Description final GradientDrawablegetBackground()final IntegergetTextColor()final TypefacegetTypeface()-
-
Constructor Detail
-
ButtonTheme
ButtonTheme(GradientDrawable background, Integer textColor, Typeface typeface)
-
-
Method Detail
-
getBackground
final GradientDrawable getBackground()
-
getTextColor
final Integer getTextColor()
-
getTypeface
final Typeface getTypeface()
-
-
-
-