OrangeTheme
Parameters
The Helvetica Neue font family to use for the Orange 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.
Whether buttons have rounded corners.
Whether text inputs have rounded corners.
Whether alert messages have rounded corners.
Whether progress indicators have rounded corners.
Whether card items have rounded corners.
Deprecated
Use constructor with orangeFontFamily parameter instead.
Replace with
OrangeTheme(OrangeFontFamily(OrangeHelveticaNeueLatin.Downloadable, OrangeHelveticaNeueArabic.Downloadable), roundedCornerButtons, roundedCornerTextInputs, roundedCornerAlertMessages, roundedCornerProgressIndicators)Creates a new Orange theme.
Parameters
Whether buttons have rounded corners.
Whether text inputs have rounded corners.