Files
MoGoEagleEye/services/mogo-service-api/src/main/res/values/attrs.xml
wangcongtao fea6d0bc61 dev
2019-12-24 15:49:57 +08:00

22 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MogoImageView">
<attr name="miv_placeHolder" format="reference" />
<attr name="miv_failureHolder" format="reference" />
<attr name="miv_overlayImageId" format="reference" />
<attr name="miv_shape">
<enum name="normal" value="0" />
<enum name="circle" value="1" />
<enum name="round" value="2" />
</attr>
<attr name="miv_radius" format="dimension" />
<attr name="miv_topLeftRadius" format="dimension" />
<attr name="miv_topRightRadius" format="dimension" />
<attr name="miv_bottomLeftRadius" format="dimension" />
<attr name="miv_bottomRightRadius" format="dimension" />
<attr name="miv_shapeBorderWidth" format="dimension" />
<attr name="miv_borderColor" format="color" />
<attr name="miv_isBlur" format="boolean" />
<attr name="miv_blurRadius" format="integer" />
</declare-styleable>
</resources>