完成了引导页显示。修改拍照中的问题,解决了8.25出现的bug

This commit is contained in:
wangdongsheng
2021-08-26 18:43:35 +08:00
parent 85d59c2b4e
commit 030cff5d1b
41 changed files with 710 additions and 485 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/icon_location_4_marker"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Button
android:id="@+id/btn_next_step"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/icon_next_step"
android:layout_marginBottom="60dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>