修改新手引导bug和8.27提出的bug

This commit is contained in:
md
2021-08-27 16:02:26 +08:00
parent 97f4db7efe
commit 72dd2af310
12 changed files with 127 additions and 73 deletions

View File

@@ -314,6 +314,16 @@
android:layout_margin="10dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/linear_type" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="长按图片可删除"
android:textSize="16sp"
android:layout_marginLeft="10dp"
app:layout_constraintTop_toTopOf="@+id/tv_02"
app:layout_constraintLeft_toRightOf="@+id/tv_02"
app:layout_constraintBottom_toBottomOf="@+id/tv_02"
/>
<LinearLayout
android:id="@+id/linear_photograph"
android:layout_width="match_parent"