<?xml version="1.0" encoding="utf-8"?>
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
<!--圆形进度条 -->
|
<declare-styleable name="ProgressWheel">
|
<attr name="matProg_progressIndeterminate" format="boolean" />
|
<attr name="matProg_barColor" format="color" />
|
<attr name="matProg_rimColor" format="color" />
|
<attr name="matProg_rimWidth" format="dimension" />
|
<attr name="matProg_spinSpeed" format="float" />
|
<attr name="matProg_barSpinCycleTime" format="integer" />
|
<attr name="matProg_circleRadius" format="dimension" />
|
<attr name="matProg_fillRadius" format="boolean" />
|
<attr name="matProg_barWidth" format="dimension" />
|
<attr name="matProg_linearProgress" format="boolean" />
|
</declare-styleable>
|
|
<declare-styleable name="Rotate3dAnimation">
|
<attr name="rollType" format="enum">
|
<enum name="x" value="0"/>
|
<enum name="y" value="1"/>
|
<enum name="z" value="2"/>
|
</attr>
|
<attr name="fromDeg" format="float" />
|
<attr name="toDeg" format="float" />
|
<attr name="pivotX" format="fraction"/>
|
<attr name="pivotY" format="fraction" />
|
</declare-styleable>
|
</resources>
|