Sfoglia il codice sorgente

修改部分样式问题

Pq 1 anno fa
parent
commit
bc9b85e9e8

+ 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>