attrs.xml
1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SubsamplingScaleImageView">
<attr name="src" format="reference"/>
<attr name="assetName" format="string"/>
<attr name="panEnabled" format="boolean"/>
<attr name="zoomEnabled" format="boolean"/>
<attr name="quickScaleEnabled" format="boolean"/>
<attr name="tileBackgroundColor" format="color"/>
</declare-styleable>
<declare-styleable name="TypeButtonStyle">
<attr name="typeBg" format="reference"/>
<attr name="typeSize" format="dimension"/>
</declare-styleable>
<declare-styleable name="MediaShootViewStyle">
<attr name="innerRadius" format="dimension" formatted="false"/>
<attr name="outerRadius" format="dimension" formatted="false"/>
<attr name="innerColor" format="color" formatted="false"/>
<attr name="outerColor" format="color" formatted="false"/>
<attr name="mediaProgressColor" format="color" formatted="false"/>
<attr name="mediaProgressWidth" format="dimension" formatted="false"/>
<attr name="curProgress" format="integer" formatted="false"/>
<attr name="maxProgress" format="integer" formatted="false"/>
</declare-styleable>
<declare-styleable name="ReturnButtonStyle">
<attr name="strokeWidth" format="dimension"/>
<attr name="strokeColor" format="color"/>
</declare-styleable>
</resources>