Links

Kevin theme attributes

Available component attributes:

  • kevinToolbarStyle - defines toolbar style
  • kevinPrimaryButtonStyle - defines style for primary buttons
  • kevinSecondaryButtonStyle - defines style for secondary buttons
  • kevinWindowTransitionStyle - defines animations that will be used for transitions between windows
  • kevinTextInputContainerStyle - defines style for TextInputLayout. This uses material components library.
  • kevinTextInputStyle - defines style for TextInputEditText thats in TextInputLayout
  • kevinSelectionViewStyle - defines style for SelectionView. It's our custom component and you can see how to style it here.
  • kevinProgressViewStyle - defines style for ProgressBar
  • kevinHeaderStyle - defines style for Header elements
  • kevinBankListItemContainerStyle - defines style for single bank container
  • kevinCountryListItemContainerStyle - defines style for country selection list container

Typography attributes:

  • kevinWindowTitleTextStyle - text style used for window titles
  • kevinWindowSubtitleTextStyle - text style used for window subtitles. These are text elements below window title.
  • kevinModalTitleTextStyle - text style used for BottomSheet title
  • kevinInputLabelTextStyle - text style for labels that are above text input elements
  • kevinHeaderTextStyle - text style for header elements
  • kevinItemTitleTextStyle - text style for item title in lists for eg. country in country list
  • kevinTextAmount - text style for amount that is displayed in card details screen

Dimension attributes:

  • kevinMarginStart - sets the custom margin start inset in relation to the window
  • kevinMarginEnd - sets the custom margin end inset in relation to the window
  • kevinBankListItemCornerRadius - sets corner radius for bank list item. If you have changed background attribute in kevinBankListItemContainerStyle, then this will have no effect.
  • kevinCountryListCornerRadius - corner radius for country list container

Other attributes:

  • kevinOverrideCountryBackground - when set to true, this allows to specify background for country list items.
  • kevinSheetHandleColor - used for BottomSheet window handle color
  • kevinUseLightBankIcons- allows you to control bank icon appearance. If set to true, bank icons will be white, if false, colored icons will be used.