|
@@ -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"
|