DeweyCheckBoxPreference

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.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null)

Functions

Link copied to clipboard

Get the position of the checkbox widget.

Link copied to clipboard
open override fun onBindViewHolder(holder: PreferenceViewHolder)
Link copied to clipboard

Sets the icon tint of the preference. The icon tint will affect the appearance of the icon.

fun setIconTint(@ColorRes iconTintRes: Int)