Add camera functionality with CameraX, permissions, watermarks, and settings page

This commit is contained in:
xiajiid
2026-02-08 12:15:14 +08:00
parent 146d60560a
commit ce8c4f51fd
10 changed files with 674 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#1C1B1F" />
<stroke
android:width="4dp"
android:color="@android:color/white" />
</shape>