OrangeBusinessToolsTheme

constructor(orangeFontFamily: OrangeFontFamily, roundedCornerButtons: Boolean = false, roundedCornerTextInputs: Boolean = true, roundedCornerAlertMessages: Boolean = false)

Parameters

orangeFontFamily

The Helvetica Neue font family to use for the Orange Business Tools theme. If an OrangeBundledFontFamily is used, the resource identifiers should reference Helvetica Neue font files. If an OrangeDownloadableFontFamily is used, the OrangeFontFamily.preloadDownloadableFontFamilies method should be called to download the Helvetica Neue font files through the Android Downloadable Fonts feature.

roundedCornerButtons

Whether buttons have rounded corners.

roundedCornerTextInputs

Whether text inputs have rounded corners.

roundedCornerAlertMessages

Whether alert messages have rounded corners.