DialogPreference
(SESL variant) A base class for Preferences that are dialog-based. When clicked, these preferences will open a dialog showing the actual preference controls.
Inheritors
Constructors
Types
Link copied to clipboard
interface TargetFragment
Interface for PreferenceFragmentCompats to implement to allow DialogPreferences to find the preference that launched the dialog.
Functions
Link copied to clipboard
Returns the icon to be shown on subsequent dialogs.
Link copied to clipboard
Returns the layout resource that is used as the content view for subsequent dialogs.
Link copied to clipboard
Returns the message to be shown on subsequent dialogs.
Link copied to clipboard
Returns the title to be shown on subsequent dialogs.
Link copied to clipboard
Returns the text of the negative button to be shown on subsequent dialogs.
Link copied to clipboard
Returns the text of the positive button to be shown on subsequent dialogs.
Link copied to clipboard
Sets the icon of the dialog.
Sets the icon (resource ID) of the dialog.
Link copied to clipboard
Sets the layout resource that is inflated as the View to be shown as the content view of subsequent dialogs.
Link copied to clipboard
Sets the message of the dialog.
Link copied to clipboard
Sets the title of the dialog.
Link copied to clipboard
Sets the text of the negative button of the dialog.
Link copied to clipboard
Sets the text of the positive button of the dialog.