Searched refs:mTextColorDisabled (Results 1 – 1 of 1) sorted by relevance
127 private final int mTextColorDisabled; field in SelectInputView159 mTextColorDisabled = resources.getColor(R.color.select_input_text_color_disabled, null); in SelectInputView()336 holder.inputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()337 holder.secondaryInputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()