| Class | Description |
|---|---|
| AbstractColorPickerPreference |
An abstract base class for all preferences, which allow to choose a color.
|
| AbstractColorPickerPreference.SavedState |
A data structure, which allows to save the internal state of an
AbstractColorPickerPreference. |
| AbstractCompoundButtonPreference |
An abstract base class for all
AbstractTwoStatePreferences that contain a CompoundButton as their widget. |
| AbstractListPreference |
An abstract base class for all preferences, which provide a list of selectable items.
|
| AbstractNumberPickerPreference |
An abstract base class for all preferences, which allow to choose decimal numbers via
NumberPicker widgets. |
| AbstractNumberPickerPreference.SavedState |
A data structure, which allows to save the internal state of an
AbstractNumberPickerPreference. |
| AbstractTwoStatePreference |
An abstract base class for all preferences, which have two selectable states, persist a boolean
value in SharedPreferences and may have dependent preferences, that are enabled/disabled based on
the current state.
|
| AbstractTwoStatePreference.SavedState |
A data structure, which allows to save the internal state of an
AbstractTwoStatePreference. |
| AbstractValidateableDialogPreference<ValueType> |
An abstract base class for all dialog preferences, which can be validated.
|
| ActionPreference |
A preference, which acts as a button and displays a centered title.
|
| CheckBoxPreference |
A preference, which provides a two-state toggleable option using a CheckBox widget.
|
| ColorPalettePreference |
A preference, which allows to choose a color from a pre-defined color palette.
|
| DialogPreference |
An abstract base class for all preferences, which will show a dialog when clicked by the user.
|
| DialogPreference.SavedState |
A data structure, which allows to save the internal state of an
DialogPreference. |
| DigitPickerPreference |
A preference, which allows to choose a decimal number via multiple
NumberPicker widgets. |
| DigitPickerPreference.SavedState |
A data structure, which allows to save the internal state of an
DigitPickerPreference. |
| EditTextPreference |
A preference, which allows to enter a text via an EditText widget.
|
| EditTextPreference.SavedState |
A data structure, which allows to save the internal state of an
EditTextPreference. |
| ListPreference |
A preference, which allows to select a value from a list.
|
| ListPreference.SavedState |
A data structure, which allows to save the internal state of a
ListPreference. |
| MultiChoiceListPreference |
A preference, which allows to select multiple values from a list.
|
| MultiChoiceListPreference.SavedState |
A data structure, which allows to save the internal state of a
MultiChoiceListPreference. |
| NumberPickerPreference |
A preference, which allows to choose a decimal number via a
NumberPicker widget. |
| NumberPickerPreference.SavedState |
A data structure, which allows to save the internal state of an
NumberPickerPreference. |
| Preference |
A material-styled preference.
|
| ResolutionPreference |
A preference, which allows to enter a two-dimensional image or video resulution via two EditText
widgets.
|
| ResolutionPreference.SavedState |
A data structure, which allows to save the internal state of a
ResolutionPreference. |
| SeekBarPreference |
A preference, which allows to select a value from a continuous range via a seek bar.
|
| SeekBarPreference.SavedState |
A data structure, which allows to save the internal state of a
SeekBarPreference. |
| SwitchPreference |
A preference, which provides a two-state toggleable option using a SwitchCompat widget.
|
| Enum | Description |
|---|---|
| AbstractColorPickerPreference.ColorFormat |
The formats, which are supported to print textual representations of colors.
|
| AbstractColorPickerPreference.PreviewShape |
Contains all shapes, which can be used to show previews of colors.
|