修改引导页,以及修改颜色

This commit is contained in:
wangdongsheng
2021-08-27 16:23:19 +08:00
parent 72dd2af310
commit 1f4b71362f
12 changed files with 304 additions and 117 deletions

View File

@@ -16,8 +16,8 @@
android:id="@+id/camera"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cameraPictureSizeMaxArea="2500"
app:cameraVideoSizeMaxWidth="2750000"
app:cameraPictureSizeMaxArea="1100"
app:cameraVideoSizeMaxWidth="800000"
android:keepScreenOn="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />