attrs.xml 455 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="LoadingView">
  4. <attr name="radius" format="float|reference"/>
  5. <attr name="left_ball_color" format="color|reference"/>
  6. <attr name="right_ball_color" format="color|reference"/>
  7. <attr name="animation_speed" format="float|reference"/>
  8. <attr name="need_animation" format="boolean|reference"/>
  9. </declare-styleable>
  10. </resources>