18 lines
713 B
XML
18 lines
713 B
XML
<resources>
|
|
<declare-styleable name="ViewfinderView">
|
|
<attr name="maskColor" format="color" />
|
|
<attr name="frameColor" format="color" />
|
|
<attr name="cornerColor" format="color"/>
|
|
<attr name="laserColor" format="color"/>
|
|
<attr name="resultPointColor" format="color"/>
|
|
<attr name="text" format="string"/>
|
|
<attr name="textColor" format="color"/>
|
|
<attr name="textSize" format="dimension"/>
|
|
<attr name="textPadding" format="dimension"/>
|
|
<attr name="textLocation" format="enum">
|
|
<enum name="top" value="0"/>
|
|
<enum name="bottom" value="1"/>
|
|
</attr>
|
|
</declare-styleable>
|
|
|
|
</resources> |