ej_attrs.xml 404 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="VerifyCodeView">
  4. <attr name="line_color" format="color"/>
  5. <attr name="line_width" format="dimension"/>
  6. <attr name="line_height" format="dimension"/>
  7. <attr name="text_size" format="dimension"/>
  8. <attr name="text_color" format="dimension"/>
  9. </declare-styleable>
  10. </resources>