31 lines
869 B
XML
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> |