BookLibraryUiConfiguration
data class BookLibraryUiConfiguration(val topLevelTitle: String? = null, val libraryFilters: List<Filter>? = null, val showBlurredDetailBackground: Boolean? = null, val defaultCoverSize: IntSize? = null)
Configuration class for various UI bits.
Properties
Link copied to clipboard
Default size for a cover that's used if the feed doesn't contain the size. Mainly in podcasts.
Link copied to clipboard
List of filters to be used in the user library view.
Link copied to clipboard
Show a blurred version of the item cover as the background in the detail view.
Link copied to clipboard
The title for the top-level views in the library view.