<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/rootView" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <include layout="@layout/include_base_title" /> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <androidx.camera.view.PreviewView android:id="@+id/cameraPreView" android:layout_width="match_parent" android:layout_height="match_parent" /> <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton android:id="@+id/faceDetectTipsView" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:layout_marginHorizontal="@dimen/dp_50" android:layout_marginBottom="90dp" android:gravity="center" android:paddingVertical="@dimen/dp_10" android:text="@string/unknown" android:textColor="@color/white" android:textSize="@dimen/sp_16" app:qmui_backgroundColor="@color/transparentBlack" app:qmui_borderWidth="0dp" app:qmui_radius="@dimen/dp_5" /> </FrameLayout> </LinearLayout>