This commit is contained in:
zxj
2025-07-14 15:42:44 +08:00
commit df5acf6b61
48 changed files with 993 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CameraCaptureView">
<attr name="captureSize" format="dimension" />
<attr name="borderGap" format="dimension" />
<attr name="borderWidth" format="dimension" />
<attr name="borderColor" format="color" />
</declare-styleable>
</resources>