添加了密码登录和人脸登录界面

This commit is contained in:
zxj
2025-07-16 10:57:52 +08:00
parent 751aa9e710
commit 229591dcb3
24 changed files with 545 additions and 36 deletions
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="12dp" />
<stroke
android:width="2dp"
android:color="#887872" />
</shape>