C# Class Smeedee.Android.Widgets.Settings.ColoredListPreference

Inheritance: ListPreference
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Méthodes publiques

Méthode Description
ColoredListPreference ( Android.Content.Context context, IAttributeSet attrs ) : System

Méthodes protégées

Méthode Description
OnDialogClosed ( bool positiveResult ) : void
OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void

Private Methods

Méthode Description
CreateAdapter ( ) : TextColoringAdapter
HideOkButton ( Android.App.AlertDialog builder ) : void

Method Details

ColoredListPreference() public méthode

public ColoredListPreference ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

OnDialogClosed() protected méthode

protected OnDialogClosed ( bool positiveResult ) : void
positiveResult bool
Résultat void

OnPrepareDialogBuilder() protected méthode

protected OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void
builder Android.App.AlertDialog
Résultat void