123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <attr format="integer" name="animTime"/>
- <attr format="boolean" name="antiAlias"/>
- <attr format="color|reference" name="arcColor1"/>
- <attr format="color|reference" name="arcColor2"/>
- <attr format="color|reference" name="arcColor3"/>
- <attr format="color|reference" name="arcColors"/>
- <attr format="dimension" name="arcWidth"/>
- <attr format="color|reference" name="bgArcColor"/>
- <attr format="string|reference" name="hint"/>
- <attr format="color|reference" name="hintColor"/>
- <attr format="dimension" name="hintSize"/>
- <attr format="float" name="maxValue"/>
- <attr format="integer" name="precision"/>
- <attr format="float" name="startAngle"/>
- <attr format="float" name="sweepAngle"/>
- <attr format="float" name="textOffsetPercentInRadius"/>
- <attr format="string|reference" name="unit"/>
- <attr format="color|reference" name="unitColor"/>
- <attr format="dimension" name="unitSize"/>
- <attr format="float" name="value"/>
- <attr format="color|reference" name="valueColor"/>
- <attr format="dimension" name="valueSize"/>
- <color name="white">#FFFFFF</color>
- <declare-styleable name="CircleImageView">
- <attr format="dimension" name="border_width"/>
- <attr format="color" name="border_color"/>
- </declare-styleable>
- <declare-styleable name="CircleProgressBar">
- <attr name="antiAlias"/>
- <attr name="startAngle"/>
- <attr name="sweepAngle"/>
- <attr name="animTime"/>
- <attr name="maxValue"/>
- <attr name="value"/>
- <attr name="precision"/>
- <attr name="valueSize"/>
- <attr name="valueColor"/>
- <attr name="textOffsetPercentInRadius"/>
-
- <attr name="hint"/>
- <attr name="hintSize"/>
- <attr name="hintColor"/>
-
- <attr name="unit"/>
- <attr name="unitSize"/>
- <attr name="unitColor"/>
-
- <attr name="arcWidth"/>
- <attr name="arcColors"/>
-
- <attr name="bgArcColor"/>
-
- <attr format="dimension" name="bgArcWidth"/>
- </declare-styleable>
- <declare-styleable name="CircularProgressView">
- <attr format="dimension" name="backWidth"/>
- <attr format="dimension" name="progWidth"/>
- <attr format="color" name="backColor"/>
- <attr format="color" name="progColor"/>
- <attr format="color" name="progStartColor"/>
- <attr format="color" name="progFirstColor"/>
- <attr format="integer" name="progress"/>
- </declare-styleable>
- <declare-styleable name="DialProgress">
- <attr name="antiAlias"/>
- <attr name="startAngle"/>
- <attr name="sweepAngle"/>
- <attr name="animTime"/>
- <attr name="maxValue"/>
- <attr name="value"/>
- <attr name="precision"/>
- <attr name="valueSize"/>
- <attr name="valueColor"/>
- <attr name="textOffsetPercentInRadius"/>
-
- <attr name="unit"/>
- <attr name="unitSize"/>
- <attr name="unitColor"/>
-
- <attr name="hint"/>
- <attr name="hintSize"/>
- <attr name="hintColor"/>
-
- <attr name="arcWidth"/>
-
- <attr format="dimension|reference" name="dialWidth"/>
-
- <attr format="integer" name="dialIntervalDegree"/>
-
- <attr name="arcColors"/>
-
- <attr name="bgArcColor"/>
-
- <attr format="color|reference" name="dialColor"/>
- </declare-styleable>
- <declare-styleable name="WaveProgress">
-
- <attr name="antiAlias"/>
-
- <attr format="integer" name="darkWaveAnimTime"/>
-
- <attr format="integer" name="lightWaveAnimTime"/>
-
- <attr name="maxValue"/>
-
- <attr name="value"/>
- <attr name="valueColor"/>
- <attr name="valueSize"/>
-
- <attr name="hint"/>
- <attr name="hintSize"/>
- <attr name="hintColor"/>
-
- <attr format="dimension" name="circleWidth"/>
-
- <attr format="color|reference" name="circleColor"/>
-
- <attr format="color|reference" name="bgCircleColor"/>
-
- <attr format="boolean" name="lockWave"/>
-
- <attr format="integer" name="waveNum"/>
-
- <attr format="dimension" name="waveHeight"/>
-
- <attr format="color|reference" name="darkWaveColor"/>
-
- <attr format="boolean" name="showLightWave"/>
-
- <attr format="color|reference" name="lightWaveColor"/>
-
- <attr format="enum" name="lightWaveDirect">
- <enum name="L2R" value="0"/>
- <enum name="R2L" value="1"/>
- </attr>
- </declare-styleable>
- </resources>
|