public TextColoringAdapter(Context context, IList <IDictionary <string, object> > items, int resource, string[] from, int[] to, Color[] colors) : base(context, items, resource, from, to) { this.colors = colors; ViewBinder = new CheckedTextViewTextBinder(); }
public TextColoringAdapter(Context context, IList<IDictionary<string, object>> items, int resource, string[] from, int[] to, Color[] colors) : base(context, items, resource, from, to) { this.colors = colors; ViewBinder = new CheckedTextViewTextBinder(); }