Initial commit
This commit is contained in:
18
lib/src/main/res/values/attrs.xml
Normal file
18
lib/src/main/res/values/attrs.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user