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

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

공개 메소드들

메소드 설명
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
TextColoringAdapter ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color colors ) : System

메소드 상세

GetView() 공개 메소드

public GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
position int
convertView Android.Views.View
parent Android.Views.ViewGroup
리턴 Android.Views.View

TextColoringAdapter() 공개 메소드

public TextColoringAdapter ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color colors ) : System
context Android.Content.Context
items object>.IList
resource int
from string
to int
colors Color
리턴 System