添加了界面及逻辑

This commit is contained in:
zxj
2025-07-18 17:16:00 +08:00
parent b68c967d82
commit f97ef151c3
74 changed files with 3108 additions and 34 deletions
@@ -4,7 +4,7 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg"
android:background="#14141E"
android:orientation="vertical"
tools:context=".activity.LoginByFaceActivity">
@@ -36,6 +36,7 @@
<androidx.camera.view.PreviewView
android:id="@+id/previewView"
android:layout_margin="10dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />