فهرست منبع

修改部分样式问题

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

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

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