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.
|
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <declare-styleable name="CropImageView">
- <attr name="cropMaskColor" format="color"/>
- <attr name="cropBorderColor" format="color"/>
- <attr name="cropBorderWidth" format="dimension"/>
- <attr name="cropFocusWidth" format="dimension"/>
- <attr name="cropFocusHeight" format="dimension"/>
- <attr name="cropStyle" format="enum">
- <enum name="rectangle" value="0"/>
- <enum name="circle" value="1"/>
- </attr>
- </declare-styleable>
- </resources>
|