Explorar el Código

修改老师端UI编译错误

Pq hace 2 años
padre
commit
fccd16a575
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>