[6.7.0]UI细节调整

This commit is contained in:
xuxinchao
2024-10-11 10:56:13 +08:00
parent 5bcc92031c
commit 5d10b1c008
19 changed files with 48 additions and 62 deletions

View File

@@ -89,7 +89,7 @@ class AIDataCollectView @JvmOverloads constructor(
clickListener?.onClose()
}
//接管记录日期
tvDataCollectDate.text = millis2String(System.currentTimeMillis(), getYMDFormat())
tvDataCollectDate.text = millis2String(System.currentTimeMillis())
val linearLayoutManager = LinearLayoutManager(context)
linearLayoutManager.orientation = LinearLayoutManager.VERTICAL
rvDataCollectList?.layoutManager = linearLayoutManager

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#19FFCB"
android:endColor="#1970FF"
android:angle="315"
/>
<corners android:radius="@dimen/dp_10" />
</shape>

View File

@@ -39,7 +39,6 @@
android:text="@string/take_over_type"
android:textSize="@dimen/sp_38"
android:textColor="@color/white"
android:textStyle="bold"
app:layout_constraintTop_toBottomOf="@id/tvTakeOverTitle"
app:layout_constraintLeft_toLeftOf="@id/tvTakeOverTitle"
android:layout_marginTop="@dimen/dp_65"
@@ -69,7 +68,6 @@
android:text="@string/take_over_reason"
android:textSize="@dimen/sp_38"
android:textColor="@color/white"
android:textStyle="bold"
app:layout_constraintTop_toBottomOf="@id/tvTakeOverType"
app:layout_constraintLeft_toLeftOf="@id/tvTakeOverType"
android:layout_marginTop="@dimen/dp_36"
@@ -99,7 +97,6 @@
android:text="@string/fault_note"
android:textSize="@dimen/sp_38"
android:textColor="@color/white"
android:textStyle="bold"
app:layout_constraintTop_toBottomOf="@id/tvTakeOverReason"
app:layout_constraintLeft_toLeftOf="@id/tvTakeOverReason"
android:layout_marginTop="@dimen/dp_36"