|  | @@ -464,13 +464,14 @@
 | 
	
		
			
				|  |  |                              android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |                              android:layout_marginTop="@dimen/dp_18"
 | 
	
		
			
				|  |  |                              android:visibility="gone"
 | 
	
		
			
				|  |  | +                            tools:visibility="visible"
 | 
	
		
			
				|  |  |                              app:layout_constraintTop_toBottomOf="@+id/cl_hot_album">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                              <View
 | 
	
		
			
				|  |  |                                  android:id="@+id/tv_recommend_track_line"
 | 
	
		
			
				|  |  |                                  android:layout_width="4dp"
 | 
	
		
			
				|  |  |                                  android:layout_height="17dp"
 | 
	
		
			
				|  |  | -                                android:layout_marginStart="25dp"
 | 
	
		
			
				|  |  | +                                android:layout_marginStart="14dp"
 | 
	
		
			
				|  |  |                                  android:background="@drawable/shape_course_title_tag_bg"
 | 
	
		
			
				|  |  |                                  app:layout_constraintBottom_toBottomOf="@+id/tv_recommend_track"
 | 
	
		
			
				|  |  |                                  app:layout_constraintLeft_toLeftOf="parent"
 | 
	
	
		
			
				|  | @@ -489,22 +490,13 @@
 | 
	
		
			
				|  |  |                                  app:layout_constraintLeft_toRightOf="@+id/tv_recommend_track_line"
 | 
	
		
			
				|  |  |                                  app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                            <TextView
 | 
	
		
			
				|  |  | +                            <ImageView
 | 
	
		
			
				|  |  |                                  android:id="@+id/tv_recommend_track_more"
 | 
	
		
			
				|  |  |                                  android:layout_width="wrap_content"
 | 
	
		
			
				|  |  |                                  android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |                                  android:layout_marginRight="@dimen/dp_14"
 | 
	
		
			
				|  |  | -                                android:background="@drawable/shape_1a2dc7aa_10dp"
 | 
	
		
			
				|  |  | -                                android:drawableEnd="@drawable/icon_arrow_right_green"
 | 
	
		
			
				|  |  | -                                android:drawablePadding="5dp"
 | 
	
		
			
				|  |  |                                  android:gravity="center"
 | 
	
		
			
				|  |  | -                                android:paddingStart="7dp"
 | 
	
		
			
				|  |  | -                                android:paddingTop="2dp"
 | 
	
		
			
				|  |  | -                                android:paddingEnd="5dp"
 | 
	
		
			
				|  |  | -                                android:paddingBottom="2dp"
 | 
	
		
			
				|  |  | -                                android:text="更多"
 | 
	
		
			
				|  |  | -                                android:textColor="@color/color_2dc7aa"
 | 
	
		
			
				|  |  | -                                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                                android:src="@drawable/icon_more_point"
 | 
	
		
			
				|  |  |                                  app:layout_constraintBottom_toBottomOf="@+id/tv_recommend_track"
 | 
	
		
			
				|  |  |                                  app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  |                                  app:layout_constraintTop_toTopOf="@+id/tv_recommend_track" />
 | 
	
	
		
			
				|  | @@ -534,7 +526,7 @@
 | 
	
		
			
				|  |  |                                  android:id="@+id/tv_latest_track_line"
 | 
	
		
			
				|  |  |                                  android:layout_width="4dp"
 | 
	
		
			
				|  |  |                                  android:layout_height="17dp"
 | 
	
		
			
				|  |  | -                                android:layout_marginStart="25dp"
 | 
	
		
			
				|  |  | +                                android:layout_marginStart="14dp"
 | 
	
		
			
				|  |  |                                  android:background="@drawable/shape_course_title_tag_bg"
 | 
	
		
			
				|  |  |                                  app:layout_constraintBottom_toBottomOf="@+id/tv_latest_track"
 | 
	
		
			
				|  |  |                                  app:layout_constraintLeft_toLeftOf="parent"
 | 
	
	
		
			
				|  | @@ -679,22 +671,13 @@
 | 
	
		
			
				|  |  |                                  app:layout_constraintLeft_toRightOf="@+id/tv_recommend_teacher_line"
 | 
	
		
			
				|  |  |                                  app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                            <TextView
 | 
	
		
			
				|  |  | +                            <ImageView
 | 
	
		
			
				|  |  |                                  android:id="@+id/tv_recommend_teacher_more"
 | 
	
		
			
				|  |  |                                  android:layout_width="wrap_content"
 | 
	
		
			
				|  |  |                                  android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |                                  android:layout_marginRight="@dimen/dp_14"
 | 
	
		
			
				|  |  | -                                android:background="@drawable/shape_1a2dc7aa_10dp"
 | 
	
		
			
				|  |  | -                                android:drawableEnd="@drawable/icon_arrow_right_green"
 | 
	
		
			
				|  |  | -                                android:drawablePadding="5dp"
 | 
	
		
			
				|  |  | +                                android:src="@drawable/icon_more_point"
 | 
	
		
			
				|  |  |                                  android:gravity="center"
 | 
	
		
			
				|  |  | -                                android:paddingStart="7dp"
 | 
	
		
			
				|  |  | -                                android:paddingTop="2dp"
 | 
	
		
			
				|  |  | -                                android:paddingEnd="5dp"
 | 
	
		
			
				|  |  | -                                android:paddingBottom="2dp"
 | 
	
		
			
				|  |  | -                                android:text="更多"
 | 
	
		
			
				|  |  | -                                android:textColor="@color/color_2dc7aa"
 | 
	
		
			
				|  |  | -                                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  |                                  app:layout_constraintBottom_toBottomOf="@+id/tv_recommend_teacher_title"
 | 
	
		
			
				|  |  |                                  app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  |                                  app:layout_constraintTop_toTopOf="@+id/tv_recommend_teacher_title" />
 |