增加了提交成功,删除本地文件,图片查看顺序排序,拍摄返回加个弹窗

This commit is contained in:
wangdongsheng
2021-09-27 18:36:24 +08:00
parent c86f94cc94
commit 327da2a8d0
21 changed files with 379 additions and 163 deletions

View File

@@ -216,6 +216,7 @@
android:id="@+id/rl_draw"
android:layout_width="match_parent"
android:layout_height="50dp"
android:visibility="gone"
android:background="@drawable/road_shape"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -437,7 +437,7 @@
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_other"
app:layout_constraintLeft_toLeftOf="@id/tv_other"
>
app:layout_constraintTop_toBottomOf="@+id/tv_other">
<TextView
android:layout_width="wrap_content"

View File

@@ -115,6 +115,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/ll_del" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>