Interface | Description |
---|---|
PreferenceFragment.OnPreferenceDisplayDialogCallback | |
PreferenceFragment.OnPreferenceStartFragmentCallback |
Interface that PreferenceFragment's containing activity should
implement to be able to process preference items that wish to
switch to a specified fragment.
|
PreferenceFragment.OnPreferenceStartScreenCallback |
Interface that PreferenceFragment's containing activity should
implement to be able to process preference items that wish to
switch to a new screen of preferences.
|
Class | Description |
---|---|
EditTextPreferenceDialogFragment | |
ListPreferenceDialogFragment | |
MultiSelectListPreference |
A
Preference that displays a list of entries as
a dialog. |
MultiSelectListPreferenceDialogFragment | |
PreferenceDialogFragment |
Abstract base class which presents a dialog associated with a
DialogPreference . |
PreferenceFragment |
Shows a hierarchy of
Preference objects as
lists. |
SwitchPreference |
A
Preference that provides a two-state toggleable option. |