Package-level declarations
Types
Link copied to clipboard
open class DeweyCheckBoxPreference @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : CheckBoxPreference
Dewey's preference that contains a Dewey's checkbox at the start or end position of the row.
Link copied to clipboard
open class DeweyDescriptionPreference @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : DeweyPreference
A preference used to display a description in summary position.
Link copied to clipboard
open class DeweyPreference @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : Preference
Dewey's base preference class, which inherits from Preference and customizes the title style, icon tint, and more suited for Dewey's design system.
Link copied to clipboard
open class DeweyPreferenceCategory @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : PreferenceCategory
A preference used to display a category header.
Link copied to clipboard
open class DeweyPreferenceDivider @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : Preference
A preference used to display a divider.
Link copied to clipboard
open class DeweySwitchPreference @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : SwitchPreferenceCompat
Dewey's preference that contains a Dewey's switch at the end of the row.