- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <declare-styleable name="VerifyCodeView">
- <attr name="line_color" format="color"/>
- <attr name="line_width" format="dimension"/>
- <attr name="line_height" format="dimension"/>
- <attr name="text_size" format="dimension"/>
- <attr name="text_color" format="dimension"/>
- </declare-styleable>
- </resources>
|