上报轨迹展示,提交放到后台

This commit is contained in:
wangdongsheng
2021-09-14 16:04:12 +08:00
parent e09db95131
commit 27f41d98d6
42 changed files with 1790 additions and 634 deletions

View File

@@ -98,7 +98,14 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_pic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<CheckBox
android:id="@+id/capture_picture"
style="@style/user_data_style"