人脸检测UI

This commit is contained in:
2026-04-27 17:03:56 +08:00
parent b47704b281
commit 1b62e4d264
9 changed files with 192 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#00000000"
android:endColor="#E0000000"
android:angle="90" />
</shape>