1。修改了超时 2.修改拍照页面的bug 3.修改登录页面的逻辑,修改retfit_token 4.token 登录已过期,是否重新登录 5.添加了已领取(网络本地)列表 6.退出拍摄界面(点击退出)弹窗显示 照片自动保存 7.作业列表的返回 弹窗显示。

This commit is contained in:
wangdongsheng
2021-11-09 17:10:37 +08:00
parent 6267161ec6
commit 873e671de9
61 changed files with 2297 additions and 1419 deletions

View File

@@ -59,15 +59,24 @@
app:layout_constraintWidth_default="percent"
app:layout_constraintWidth_percent="0.4" />
<TextView
android:id="@+id/tv_title"
android:textColor="@color/white"
android:layout_marginTop="25dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_zoom_add"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@mipmap/zoom_add"
android:visibility="gone"
android:layout_marginEnd="25dp"
app:layout_constraintBottom_toTopOf="@+id/btn_stop_picture"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/btn_switch"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
@@ -104,6 +113,7 @@
<Button
android:id="@+id/btn_switch"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"