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

Inheritance: ListPreference
显示文件 Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
ColoredListPreference ( Android.Content.Context context, IAttributeSet attrs ) : System

Protected Methods

Method Description
OnDialogClosed ( bool positiveResult ) : void
OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void

Private Methods

Method Description
CreateAdapter ( ) : TextColoringAdapter
HideOkButton ( Android.App.AlertDialog builder ) : void

Method Details

ColoredListPreference() public method

public ColoredListPreference ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

OnDialogClosed() protected method

protected OnDialogClosed ( bool positiveResult ) : void
positiveResult bool
return void

OnPrepareDialogBuilder() protected method

protected OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void
builder Android.App.AlertDialog
return void