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

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

@@ -0,0 +1,5 @@
<vector android:alpha="0.47" android:height="24dp"
android:tint="#333333" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M16,13h-3V3h-2v10H8l4,4 4,-4zM4,19v2h16v-2H4z"/>
</vector>

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>