14 lines
484 B
XML
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>
|