Package-level declarations

Functions

Link copied to clipboard
fun DayIndicator(modifier: Modifier = Modifier, dayInMillis: Long, contentColor: Color = Color.White, monthVisible: Boolean = true)

Component used to indicate a day value (number, month and day of week) from a day picker

Link copied to clipboard
fun DayPickerBar(viewModel: MeasurementsScreenViewModel, currentDay: Long, content: @Composable () -> Unit)

Custom bar used to pick a day

Link copied to clipboard
fun ScrollableDayPicker(viewModel: MeasurementsScreenViewModel, currentDay: Long, content: @Composable () -> Unit)

Custom picker to select a day displayed on small and medium screen classes device