Files
HouseProperty/app/src/main/res/values/attr.xml
2020-08-03 09:11:54 +08:00

31 lines
869 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SwipeMenuLayout">
<attr name="swipeEnable" format="boolean"/>
<attr name="ios" format="boolean"/>
<attr name="leftSwipe" format="boolean"/>
</declare-styleable>
<attr name="borderRadius" format="dimension" />
<attr name="type">
<enum name="circle" value="0" />
<enum name="round" value="1" />
</attr>
<declare-styleable name="RoundImageView">
<attr name="borderRadius" />
<attr name="type" />
</declare-styleable>
<declare-styleable name="TaoBaoView">
<attr name="ringProgressColor" format="color"/>
<attr name="ringWidth" format="dimension"/>
<attr name="ringImage" format="reference"/>
<attr name="ringmax" format="integer"/>
</declare-styleable>
</resources>