Browse Source

修改样式

Pq 1 year ago
parent
commit
87698f98d8
1 changed files with 11 additions and 3 deletions
  1. 11 3
      institution/src/main/res/layout/fg_mine_layout.xml

+ 11 - 3
institution/src/main/res/layout/fg_mine_layout.xml

@@ -443,15 +443,23 @@
         </androidx.constraintlayout.widget.ConstraintLayout>
 
 
+        <View
+            android:id="@+id/view_point2"
+            android:layout_marginBottom="1dp"
+            app:layout_constraintBottom_toBottomOf="@+id/cs_tools"
+            app:layout_constraintLeft_toLeftOf="parent"
+            android:layout_width="1px"
+            android:layout_height="1px"/>
+
         <androidx.constraintlayout.widget.ConstraintLayout
             android:id="@+id/cs_common_function"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_marginStart="13dp"
             android:layout_marginEnd="13dp"
-            android:background="@drawable/shape_10dp_white"
+            android:background="@drawable/shape_8dp_white"
             android:paddingBottom="10dp"
-            app:layout_constraintTop_toBottomOf="@+id/cs_tools">
+            app:layout_constraintTop_toBottomOf="@+id/view_point2">
 
 
             <TextView
@@ -500,7 +508,7 @@
             android:layout_marginStart="13dp"
             android:layout_marginTop="12dp"
             android:layout_marginEnd="13dp"
-            android:background="@drawable/bg_white_10dp"
+            android:background="@drawable/shape_8dp_white"
             android:paddingStart="13dp"
             android:paddingEnd="15dp"
             app:layout_constraintLeft_toLeftOf="parent"