浏览代码

修改部分样式问题

Pq 1 年之前
父节点
当前提交
bc9b85e9e8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      student/src/main/res/layout/activity_setting.xml
  2. 1 1
      teacher/src/main/res/layout/activity_setting.xml

+ 1 - 1
student/src/main/res/layout/activity_setting.xml

@@ -250,7 +250,7 @@
 
 
             <View
             <View
                 android:layout_width="match_parent"
                 android:layout_width="match_parent"
-                android:layout_height="10dp"
+                android:layout_height="1px"
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintTop_toBottomOf="@+id/cl_about" />
                 app:layout_constraintTop_toBottomOf="@+id/cl_about" />
         </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.constraintlayout.widget.ConstraintLayout>

+ 1 - 1
teacher/src/main/res/layout/activity_setting.xml

@@ -292,7 +292,7 @@
 
 
             <View
             <View
                 android:layout_width="match_parent"
                 android:layout_width="match_parent"
-                android:layout_height="10dp"
+                android:layout_height="1px"
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintTop_toBottomOf="@+id/cl_unbind_tenant" />
                 app:layout_constraintTop_toBottomOf="@+id/cl_unbind_tenant" />
         </androidx.constraintlayout.widget.ConstraintLayout>
         </androidx.constraintlayout.widget.ConstraintLayout>