Browse Source

修改老师端UI编译错误

Pq 2 years ago
parent
commit
fccd16a575
1 changed files with 2 additions and 2 deletions
  1. 2 2
      teacher/src/main/res/layout/activity_mine_style_page.xml

+ 2 - 2
teacher/src/main/res/layout/activity_mine_style_page.xml

@@ -442,7 +442,7 @@
             </androidx.constraintlayout.widget.ConstraintLayout>
             </androidx.constraintlayout.widget.ConstraintLayout>
 
 
             <androidx.constraintlayout.widget.ConstraintLayout
             <androidx.constraintlayout.widget.ConstraintLayout
-                android:id="@+id/cl_eacher_style"
+                android:id="@+id/cl_teacher_style"
                 android:layout_width="match_parent"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_marginStart="14dp"
                 android:layout_marginStart="14dp"
@@ -511,7 +511,7 @@
                 android:textSize="@dimen/sp_14"
                 android:textSize="@dimen/sp_14"
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintLeft_toLeftOf="parent"
-                app:layout_constraintTop_toBottomOf="@+id/cs_fans" />
+                app:layout_constraintTop_toBottomOf="@+id/cl_teacher_style" />
 
 
 
 
         </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.constraintlayout.widget.ConstraintLayout>