|  | @@ -450,6 +450,8 @@
 | 
	
		
			
				|  |  |                  android:layout_marginEnd="14dp"
 | 
	
		
			
				|  |  |                  android:background="@drawable/bg_white_10dp"
 | 
	
		
			
				|  |  |                  android:orientation="vertical"
 | 
	
		
			
				|  |  | +                android:layout_marginBottom="20dp"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="parent"
 | 
	
		
			
				|  |  |                  app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  |                  app:layout_constraintTop_toBottomOf="@+id/cl_personal_introduction">
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -493,72 +495,6 @@
 | 
	
		
			
				|  |  |                      app:layout_constraintTop_toBottomOf="@+id/tv_talent_style_title" />
 | 
	
		
			
				|  |  |              </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            <androidx.constraintlayout.widget.ConstraintLayout
 | 
	
		
			
				|  |  | -                android:id="@+id/cs_fans"
 | 
	
		
			
				|  |  | -                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | -                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -                android:layout_marginStart="14dp"
 | 
	
		
			
				|  |  | -                android:layout_marginTop="12dp"
 | 
	
		
			
				|  |  | -                android:layout_marginEnd="14dp"
 | 
	
		
			
				|  |  | -                app:layout_constraintBottom_toBottomOf="parent"
 | 
	
		
			
				|  |  | -                android:layout_marginBottom="44dp"
 | 
	
		
			
				|  |  | -                android:background="@drawable/bg_white_10dp"
 | 
	
		
			
				|  |  | -                app:layout_constraintTop_toBottomOf="@+id/cl_eacher_style">
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -                <TextView
 | 
	
		
			
				|  |  | -                    android:id="@+id/tv_fans_title"
 | 
	
		
			
				|  |  | -                    android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_marginStart="14dp"
 | 
	
		
			
				|  |  | -                    android:layout_marginTop="16dp"
 | 
	
		
			
				|  |  | -                    android:includeFontPadding="false"
 | 
	
		
			
				|  |  | -                    android:text="粉丝群"
 | 
	
		
			
				|  |  | -                    android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | -                    android:textSize="@dimen/sp_18"
 | 
	
		
			
				|  |  | -                    android:textStyle="bold"
 | 
	
		
			
				|  |  | -                    app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -                <TextView
 | 
	
		
			
				|  |  | -                    android:id="@+id/tv_create_fans_group"
 | 
	
		
			
				|  |  | -                    android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_marginEnd="17dp"
 | 
	
		
			
				|  |  | -                    android:drawableLeft="@drawable/icon_edit2"
 | 
	
		
			
				|  |  | -                    android:drawablePadding="4dp"
 | 
	
		
			
				|  |  | -                    android:includeFontPadding="false"
 | 
	
		
			
				|  |  | -                    android:text="创建"
 | 
	
		
			
				|  |  | -                    android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | -                    android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | -                    app:layout_constraintBottom_toBottomOf="@+id/tv_fans_title"
 | 
	
		
			
				|  |  | -                    app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintTop_toTopOf="@+id/tv_fans_title" />
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -                <androidx.recyclerview.widget.RecyclerView
 | 
	
		
			
				|  |  | -                    android:id="@+id/recyclerView_fans"
 | 
	
		
			
				|  |  | -                    android:layout_width="match_parent"
 | 
	
		
			
				|  |  | -                    android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_marginTop="@dimen/dp_18"
 | 
	
		
			
				|  |  | -                    android:overScrollMode="never"
 | 
	
		
			
				|  |  | -                    android:scrollbars="none"
 | 
	
		
			
				|  |  | -                    app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintTop_toBottomOf="@+id/tv_fans_title" />
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -                <TextView
 | 
	
		
			
				|  |  | -                    android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | -                    android:layout_marginTop="15dp"
 | 
	
		
			
				|  |  | -                    android:includeFontPadding="false"
 | 
	
		
			
				|  |  | -                    android:paddingBottom="12dp"
 | 
	
		
			
				|  |  | -                    android:text="具体群操作请到聊天-群组-群设置中操作"
 | 
	
		
			
				|  |  | -                    android:textColor="@color/color_cccccc"
 | 
	
		
			
				|  |  | -                    android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | -                    app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | -                    app:layout_constraintTop_toBottomOf="@+id/recyclerView_fans" />
 | 
	
		
			
				|  |  | -            </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |              <TextView
 | 
	
		
			
				|  |  |                  android:visibility="gone"
 | 
	
		
			
				|  |  |                  android:id="@+id/tv_save"
 |