浏览代码

修改老师端UI编译错误

Pq 2 年之前
父节点
当前提交
fccd16a575
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
-                android:id="@+id/cl_eacher_style"
+                android:id="@+id/cl_teacher_style"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:layout_marginStart="14dp"
@@ -511,7 +511,7 @@
                 android:textSize="@dimen/sp_14"
                 app:layout_constraintBottom_toBottomOf="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>