-
- All Implemented Interfaces:
public final class AppConfiguration.Theme.ButtonsThemeConfig.ButtonThemeTheme associated to a button.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbackgroundColorprivate final StringtextColorprivate final StringborderColorprivate final StringborderWidthprivate final StringborderRadiusprivate final BooleansizesInDp
-
Method Summary
Modifier and Type Method Description final StringgetBackgroundColor()Desired background color final StringgetTextColor()Desired text color final StringgetBorderColor()Desired border color final StringgetBorderWidth()Desired border width final StringgetBorderRadius()Desired corners radius final BooleangetSizesInDp()Whether sizes should be in dp instead of pixels -
-
Method Detail
-
getBackgroundColor
final String getBackgroundColor()
Desired background color
-
getTextColor
final String getTextColor()
Desired text color
-
getBorderColor
final String getBorderColor()
Desired border color
-
getBorderWidth
final String getBorderWidth()
Desired border width
-
getBorderRadius
final String getBorderRadius()
Desired corners radius
-
getSizesInDp
final Boolean getSizesInDp()
Whether sizes should be in dp instead of pixels
-
-
-
-