修改强制更新 和银行卡识别的bug

This commit is contained in:
md
2021-09-08 16:46:02 +08:00
parent 1cc7e45c9a
commit 1eebd16086
11 changed files with 76 additions and 46 deletions

View File

@@ -16,12 +16,12 @@
android:id="@+id/camera"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cameraPictureSizeMaxArea="1700000"
app:cameraPictureSizeMaxHeight="1280"
app:cameraPictureSizeMinHeight="720"
app:cameraPictureSizeMaxWidth="1280"
app:cameraPictureSizeMinWidth="720"
app:cameraPictureSizeAspectRatio="1280:720"
app:cameraPictureSizeMaxArea="3200000"
app:cameraPictureSizeMaxHeight="2000"
app:cameraPictureSizeMinHeight="1000"
app:cameraPictureSizeMaxWidth="2000"
app:cameraPictureSizeMinWidth="1000"
app:cameraPictureSizeAspectRatio="1920:1080"
android:keepScreenOn="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -47,6 +47,7 @@
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
@@ -89,6 +90,7 @@
android:layout_marginTop="20dp"
android:layout_marginEnd="25dp"
android:text="切换"
android:visibility="gone"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />