|  | @@ -89,6 +89,10 @@ class CourseTableListAdapter(layoutResId: Int) :
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.setVisible(true)
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.text = "进入教室"
 | 
	
		
			
				|  |  |                  baseViewHolder.setText(R.id.tv_course_status, "进行中")
 | 
	
		
			
				|  |  | +                baseViewHolder.setTextColor(
 | 
	
		
			
				|  |  | +                    R.id.tv_course_status,
 | 
	
		
			
				|  |  | +                    context.resources.getColor(com.cooleshow.base.R.color.color_2dc7aa)
 | 
	
		
			
				|  |  | +                )
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.setBackgroundResource(R.drawable.shape_course_status_ing);
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.setTextColor(context.resources.getColor(R.color.white))
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -107,6 +111,10 @@ class CourseTableListAdapter(layoutResId: Int) :
 | 
	
		
			
				|  |  |                      tvCourseStatusBt.text = "已评价"
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  baseViewHolder.setText(R.id.tv_course_status, "已结束")
 | 
	
		
			
				|  |  | +                baseViewHolder.setTextColor(
 | 
	
		
			
				|  |  | +                    R.id.tv_course_status,
 | 
	
		
			
				|  |  | +                    context.resources.getColor(com.cooleshow.base.R.color.color_999999)
 | 
	
		
			
				|  |  | +                )
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.setBackgroundResource(R.drawable.shape_course_status_normal);
 | 
	
		
			
				|  |  |                  tvCourseStatusBt.setTextColor(context.resources.getColor(com.cooleshow.base.R.color.color_2dc7aa))
 | 
	
		
			
				|  |  |              }
 |