Package-level declarations

Functions

Link copied to clipboard

extension to get the direction icon for the selected PageScrollMode

Link copied to clipboard

extension to get the icon for the selected PageLayoutMode

extension to get the icon for the selected PageScrollDirection

Link copied to clipboard
fun ImageView(modifier: Modifier = Modifier, drawable: Drawable)
fun ImageView(modifier: Modifier = Modifier, @DrawableRes resource: Int)

Compose Wrapper of android.widget.ImageView to show the image.

Link copied to clipboard

Component to display the divider with the given color.

Link copied to clipboard
fun SettingsFieldWithSwitch(state: Boolean, @StringRes textId: Int, theme: SettingsThemeConfiguration, horizontalPadding: Dp, onClick: (Boolean) -> Unit)

Composable Title field to display the settings with switch.

Link copied to clipboard
fun SettingsIconButton(icon: Int, selected: Boolean, theme: SettingsThemeConfiguration, enabled: Boolean = true, click: () -> Unit)

Custom IconButton component to display selected / unselected options of the settings.

Link copied to clipboard
fun SettingsPresetItem(preset: Preset, settingsState: SettingsState, onClick: (Preset) -> Unit)

SettingsPresetItem is a custom composable to display SettingsPresetWebView with a title and switch.

Link copied to clipboard
fun SettingsPresetSection(settingsState: SettingsState, click: (Preset) -> Unit)

Custom SettingsPresetSection component act as a container to display the VERTICAL and HORIZONTAL preset of the settings.

Link copied to clipboard

Compose Wrapper of WebView to show VERTICAL and HORIZONTAL pdf scrolling animation.

Link copied to clipboard
fun SettingsTopbar(modifier: Modifier = Modifier, dialogStyle: ModalDialogStyle, onSettingsClose: () -> Unit)

Compose Wrapper of DialogTitleView to show the title of the settings dialog.