Package-level declarations
Types
Link copied to clipboard
class DateTimeConfig(val locale: Locale = Locale.getDefault(), val hideDateCharacters: Boolean = false, val hideTimeCharacters: Boolean = false, val minYear: Int = Constants.DEFAULT_MIN_YEAR, val maxYear: Int = Constants.DEFAULT_MAX_YEAR, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs
The general configuration for the date time dialog.
Link copied to clipboard
The selection configuration for the date time dialog.
Link copied to clipboard
data class UnitOptionEntry(val value: Int, val label: String? = null, @StringRes val labelRes: Int? = null) : Serializable
A class that acts as a value item that can be selected for a unit.