排程部分功能优化,
解绑,删除,绑定
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user