|  | @@ -26,13 +26,32 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <com.cooleshow.teacher.widgets.CourseSearchView
 | 
	
		
			
				|  |  |          android:id="@+id/search_view"
 | 
	
		
			
				|  |  | -        android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +        android:layout_width="0dp"
 | 
	
		
			
				|  |  |          android:layout_height="wrap_content"
 | 
	
		
			
				|  |  |          android:layout_marginTop="10dp"
 | 
	
		
			
				|  |  | +        android:layout_marginEnd="5dp"
 | 
	
		
			
				|  |  | +        app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +        app:layout_constraintRight_toLeftOf="@+id/tv_upload_sheet_music"
 | 
	
		
			
				|  |  |          app:layout_constraintTop_toBottomOf="@+id/toolbar_include"
 | 
	
		
			
				|  |  |          app:left_search_text="声部"
 | 
	
		
			
				|  |  |          app:search_edit_hint="曲目" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    <TextView
 | 
	
		
			
				|  |  | +        android:id="@+id/tv_upload_sheet_music"
 | 
	
		
			
				|  |  | +        android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +        android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +        android:layout_marginEnd="14dp"
 | 
	
		
			
				|  |  | +        android:drawableRight="@drawable/icon_arrow_right_small_green"
 | 
	
		
			
				|  |  | +        android:drawablePadding="5dp"
 | 
	
		
			
				|  |  | +        android:gravity="center"
 | 
	
		
			
				|  |  | +        android:text="上传曲谱"
 | 
	
		
			
				|  |  | +        android:textColor="@color/color_2dc7aa"
 | 
	
		
			
				|  |  | +        android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +        android:textStyle="bold"
 | 
	
		
			
				|  |  | +        app:layout_constraintBottom_toBottomOf="@+id/search_view"
 | 
	
		
			
				|  |  | +        app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | +        app:layout_constraintTop_toTopOf="@+id/search_view" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      <com.google.android.material.tabs.TabLayout
 | 
	
		
			
				|  |  |          android:id="@+id/tablayout"
 | 
	
		
			
				|  |  |          android:layout_width="match_parent"
 |