feat: add camera selector interface with choice of camera modes

This commit is contained in:
xiajiid
2026-02-10 18:26:40 +08:00
parent 0df67b5b13
commit 547d8a9375
6 changed files with 154 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/settings_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />