Home | History | Annotate | Download | only in agenda

Lines Matching refs:mResources

146     private final Resources mResources;
342 mResources = context.getResources();
343 mSelectedItemBackgroundColor = mResources
345 mSelectedItemTextColor = mResources.getColor(R.color.agenda_selected_text_color);
346 mItemRightMargin = mResources.getDimension(R.dimen.agenda_item_right_margin);