DeweySwitchPreference

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.

Constructors

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

Functions

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)