排程部分功能优化,

解绑,删除,绑定
This commit is contained in:
fengjignqi
2026-05-30 15:53:15 +08:00
parent 89df3119f8
commit 7aed064ddb
8 changed files with 144 additions and 53 deletions

View File

@@ -76,8 +76,8 @@
android:id="@+id/rv_plan_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:listitem="@layout/plan_detail_time_item"
tools:itemCount="5"
tools:listitem="@layout/single_recycleview_item"
tools:itemCount="3"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
</LinearLayout>
@@ -93,7 +93,7 @@
<TextView
android:layout_width="82dp"
android:layout_height="wrap_content"
android:text="@string/water_device_bind"
android:text="@string/water_bound_device"
android:textColor="@color/color_222222"
android:textSize="16sp" />
@@ -102,7 +102,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
android:orientation="vertical"
android:paddingLeft="@dimen/dp_20">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_bind_devices"
android:layout_width="match_parent"