attrs.xml
2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="iconSize" format="dimension" />
<attr name="iconMargin" format="dimension" />
<attr name="iconSrc" format="reference" />
<attr name="iconLeft" format="reference" />
<attr name="iconRight" format="reference" />
<attr name="duration_max" format="integer" />
<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>
<declare-styleable name="JCameraView">
<attr name="iconSize" />
<attr name="iconMargin" />
<attr name="iconSrc" />
<attr name="iconLeft" />
<attr name="iconRight" />
<attr name="duration_max" />
</declare-styleable>
<declare-styleable name="OnLineCameraView">
<attr name="iconSize" />
<attr name="iconMargin" />
<attr name="iconSrc" />
<attr name="iconLeft" />
<attr name="iconRight" />
<attr name="duration_max" />
</declare-styleable>
</resources>