C# 클래스 Smeedee.Android.Widgets.Settings.ColoredListPreference

상속: ListPreference
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

공개 메소드들

메소드 설명
ColoredListPreference ( Android.Content.Context context, IAttributeSet attrs ) : System

보호된 메소드들

메소드 설명
OnDialogClosed ( bool positiveResult ) : void
OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void

비공개 메소드들

메소드 설명
CreateAdapter ( ) : TextColoringAdapter
HideOkButton ( Android.App.AlertDialog builder ) : void

메소드 상세

ColoredListPreference() 공개 메소드

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

OnDialogClosed() 보호된 메소드

protected OnDialogClosed ( bool positiveResult ) : void
positiveResult bool
리턴 void

OnPrepareDialogBuilder() 보호된 메소드

protected OnPrepareDialogBuilder ( Android.App.AlertDialog builder ) : void
builder Android.App.AlertDialog
리턴 void