ListPreferenceWithSummary

A small extension to ListPreference to work around a platform bug on older OS versions where the summary is not updated once the user chooses a value.

Constructors

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

Functions

Link copied to clipboard
open fun setSummary(summary: CharSequence)
Link copied to clipboard
open fun setValue(value: String)