Files
StallDualScreen/app/src/main/res/values/attrs.xml
T
2025-07-29 11:09:59 +08:00

14 lines
484 B
XML

<?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>
<declare-styleable name="RoundedPreviewView">
<attr name="cornerRadius" format="dimension" />
</declare-styleable>
</resources>