[6.7.0]调整数据闭环UI

This commit is contained in:
xuxinchao
2024-09-29 18:36:08 +08:00
parent 168c6134bd
commit 471f8b56d6
4 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dp_801"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_224"
xmlns:app="http://schemas.android.com/apk/res-auto">

View File

@@ -56,10 +56,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rvTakeOverList"
android:layout_width="@dimen/dp_801"
android:layout_width="@dimen/dp_0"
android:layout_height="@dimen/dp_0"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintLeft_toLeftOf="@id/tvTakeOverRecordDate"
app:layout_constraintRight_toRightOf="@id/tvTakeOverRecordDate"
app:layout_constraintTop_toBottomOf="@id/tvTakeOverRecordDate"
app:layout_constraintBottom_toBottomOf="parent"
/>