1.修改拍摄的语音提醒 2.修改log日志 3.修改数据库更新操作

This commit is contained in:
wangdongsheng
2021-11-17 18:34:08 +08:00
parent 61915b4ead
commit f46d12a77e
34 changed files with 505 additions and 421 deletions

View File

@@ -16,15 +16,16 @@
app:layout_constraintTop_toTopOf="parent">
</include>
<androidx.core.widget.NestedScrollView
android:id="@+id/nested_scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
android:layout_height="match_parent">
<TextView
android:id="@+id/tv_message"
android:layout_width="wrap_content"
@@ -102,16 +103,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
app:layout_constraintLeft_toLeftOf="@id/ll_pictures"
app:layout_constraintTop_toBottomOf="@id/ll_pictures">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="点击拍摄成果可查看,长按可删除"
android:textSize="16sp"
android:layout_marginStart="10dp"
/>
android:textSize="16sp" />
<ImageView
android:id="@+id/iv_road_picture"
android:layout_width="200dp"