You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
565 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="CropImageView">
  4. <attr name="cropMaskColor" format="color"/>
  5. <attr name="cropBorderColor" format="color"/>
  6. <attr name="cropBorderWidth" format="dimension"/>
  7. <attr name="cropFocusWidth" format="dimension"/>
  8. <attr name="cropFocusHeight" format="dimension"/>
  9. <attr name="cropStyle" format="enum">
  10. <enum name="rectangle" value="0"/>
  11. <enum name="circle" value="1"/>
  12. </attr>
  13. </declare-styleable>
  14. </resources>