Searched refs:mWhereDeclinedColor (Results 1 – 1 of 1) sorted by relevance
47 private final int mWhereDeclinedColor; field in AgendaAdapter90 mWhereDeclinedColor = mResources.getColor(R.color.agenda_item_where_declined_text_color); in AgendaAdapter()137 holder.when.setTextColor(mWhereDeclinedColor); in bindView()138 holder.where.setTextColor(mWhereDeclinedColor); in bindView()