|
@@ -89,11 +89,11 @@ public class HomeworkAdapter extends BaseQuickAdapter<HomeworkListBean.RowsBean,
|
|
|
|
|
|
if (TextUtils.equals(item.homeworkStatus, HomeWorkConstants.COURSE_HOMEWORK_NOTREVIEW)) {
|
|
|
tv_state.setVisibility(View.VISIBLE);
|
|
|
- tv_state.setText("未评价");
|
|
|
+ tv_state.setText("未点评");
|
|
|
tv_state.setTextColor(getContext().getResources().getColor(com.cooleshow.base.R.color.color_2dc7aa));
|
|
|
} else if (TextUtils.equals(item.homeworkStatus, HomeWorkConstants.COURSE_HOMEWORK_REVIEWED)) {
|
|
|
tv_state.setVisibility(View.VISIBLE);
|
|
|
- tv_state.setText("已评价");
|
|
|
+ tv_state.setText("已点评");
|
|
|
tv_state.setTextColor(getContext().getResources().getColor(com.cooleshow.base.R.color.color_999999));
|
|
|
}else {
|
|
|
tv_state.setVisibility(View.GONE);
|