Package-level declarations
Functions
Link copied to clipboard
fun LoadingMediaDisplay(modifier: Modifier = Modifier, placeholderState: PlaceholderState = rememberActivePlaceholderState { false })
A loading state display. This style is matched to the Text of TextMediaDisplay as MarqueeTextMediaDisplay
Link copied to clipboard
A simple text-only display showing status information or a message.
Link copied to clipboard
A media display indicating nothing is playing.
Link copied to clipboard
fun TextMediaDisplay(title: String, subtitle: String, modifier: Modifier = Modifier, titleIcon: Paintable? = null)
A simple text only display showing artist and title in two separated rows.
Link copied to clipboard
A simple text only display of MediaUiModel showing artist and title in two separated rows.