attrs.xml
1.32 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="BatteryStateView">
<attr name="batteryTextSize" format="dimension" />
<attr name="batteryColor" format="color" />
<attr name="powerColor" format="color" />
<attr name="lowPowerColor" format="color" />
<attr name="showText" format="boolean" />
<attr name="mCapWidth" format="dimension" />
</declare-styleable>
<!--<declare-styleable name="Battery">
<attr name="batteryOrientation">
<enum name="horizontal" value="0"/>
<enum name="vertical" value="1"/>
</attr>
<attr name="batteryColor" format="color"/>
<attr name="batteryPower" format="integer"/>
</declare-styleable>-->
<declare-styleable name="SwitchButtonView">
<attr name="checked" format="boolean"></attr>
</declare-styleable>
<!--画笔颜色-->
<attr name="strokeColor" format="color" />
<!--笔锋宽度-->
<attr name="strokeWidth" format="dimension" />
<!--保存的文件夹名称-->
<attr name="dir" format="string|reference" />
<declare-styleable name="SignatureView">
<attr name="strokeColor" />
<attr name="strokeWidth" />
<attr name="dir" />
</declare-styleable>
</resources>