添加记录待提交的 删除 全选功能

This commit is contained in:
md
2021-06-18 20:45:01 +08:00
parent 6b17e85f27
commit 5eedfa91a1
6 changed files with 121 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_height="90dp"
android:layout_margin="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -34,7 +34,7 @@
app:layout_constraintTop_toBottomOf="@id/tv_road_name"/>
</LinearLayout>
<CheckBox
android:id="@+id/cb_all"
android:id="@+id/cb_unSubmit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"