-
- All Implemented Interfaces:
public final class AppConfiguration.Themethemesection of the configuration file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAppConfiguration.Theme.ButtonsThemeConfigConfiguration associated to the buttons theme.
public final classAppConfiguration.Theme.ContentThemeConfigConfiguration associated to the content theme.
public enumAppConfiguration.Theme.ButtonFormat
-
Field Summary
Fields Modifier and Type Field Description private final StringbackgroundColorprivate final Stringcolorprivate final StringlinkColorprivate final AppConfiguration.Theme.ButtonsThemeConfigbuttonsThemeConfigprivate final AppConfiguration.Theme.ContentThemeConfignoticeprivate final AppConfiguration.Theme.ContentThemeConfigpreferencesprivate final Booleanfullscreen
-
Constructor Summary
Constructors Constructor Description AppConfiguration.Theme(String backgroundColor, String color, String linkColor, AppConfiguration.Theme.ButtonsThemeConfig buttonsThemeConfig, AppConfiguration.Theme.ContentThemeConfig notice, AppConfiguration.Theme.ContentThemeConfig preferences, Boolean fullscreen)
-
Method Summary
Modifier and Type Method Description final StringgetBackgroundColor()Background color for our views (mobile only). final StringgetColor()Main accent color for our views. final StringgetLinkColor()Link color for our text links. final AppConfiguration.Theme.ButtonsThemeConfiggetButtonsThemeConfig()Theme config for Buttons. final AppConfiguration.Theme.ContentThemeConfiggetNotice()Theme config for Notice. final AppConfiguration.Theme.ContentThemeConfiggetPreferences()Theme config for Preferences. final BooleangetFullscreen()Theme config for fullscreen mode. -
-
Constructor Detail
-
AppConfiguration.Theme
AppConfiguration.Theme(String backgroundColor, String color, String linkColor, AppConfiguration.Theme.ButtonsThemeConfig buttonsThemeConfig, AppConfiguration.Theme.ContentThemeConfig notice, AppConfiguration.Theme.ContentThemeConfig preferences, Boolean fullscreen)
-
-
Method Detail
-
getBackgroundColor
final String getBackgroundColor()
Background color for our views (mobile only).
-
getLinkColor
final String getLinkColor()
Link color for our text links.
-
getButtonsThemeConfig
final AppConfiguration.Theme.ButtonsThemeConfig getButtonsThemeConfig()
Theme config for Buttons.
-
getNotice
final AppConfiguration.Theme.ContentThemeConfig getNotice()
Theme config for Notice.
-
getPreferences
final AppConfiguration.Theme.ContentThemeConfig getPreferences()
Theme config for Preferences.
-
getFullscreen
final Boolean getFullscreen()
Theme config for fullscreen mode.
-
-
-
-