OrangeBusinessToolsTheme
constructor(orangeFontFamily: OrangeFontFamily, roundedCornerButtons: Boolean = false, roundedCornerTextInputs: Boolean = true)
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 or not buttons have rounded corners.
roundedCornerTextInputs
Whether or not text inputs have rounded corners.