10
10
android : gravity =" center"
11
11
android : orientation =" vertical" >
12
12
13
- <yanzhikai .ruler .RulerNumberLayout
13
+ <com .keyboard3 .RulerNumberLayout
14
14
android : id =" @+id/knl_bottom_head"
15
15
android : layout_width =" match_parent"
16
16
android : layout_height =" wrap_content"
17
17
app : kgTextSize =" 20sp"
18
- app : scaleTextSize =" 50sp"
19
- app : targetRuler =" @id/br_bottom_head" />
18
+ app : scaleTextSize =" 50sp" />
20
19
21
- <yanzhikai .ruler .BooheeRuler
22
- android : id =" @+id/br_bottom_head "
20
+ <com .keyboard3 .BooheeRuler
21
+ android : id =" @+id/br_top_head "
23
22
android : layout_width =" match_parent"
24
23
android : layout_height =" 100dp"
25
24
android : layout_alignParentTop =" true"
34
33
app : minScale =" 464"
35
34
app : numberTextSize =" 22sp"
36
35
app : paddingStartAndEnd =" 10dp"
36
+ app : rulerStyle =" top"
37
+ app : scaleInterval =" 11.5dp"
38
+ app : smallScaleLength =" 20dp"
39
+ app : smallScaleWidth =" 1.5dp"
40
+ app : targetRulerNumber =" @id/knl_bottom_head"
41
+ app : textMarginHead =" 70dp" />
42
+
43
+ <com .keyboard3.BooheeRuler
44
+ android : id =" @+id/br_bottom_head"
45
+ android : layout_width =" match_parent"
46
+ android : layout_height =" 100dp"
47
+ android : layout_alignParentTop =" true"
48
+ app : bigScaleLength =" 40dp"
49
+ app : bigScaleWidth =" 2.5dp"
50
+ app : count =" 10"
51
+ app : currentScale =" 3456"
52
+ app : cursorDrawable =" @drawable/cursor_shape"
53
+ app : cursorHeight =" 45dp"
54
+ app : cursorWidth =" 4dp"
55
+ app : maxScale =" 2000000"
56
+ app : minScale =" 464"
57
+ app : numberTextSize =" 22sp"
58
+ app : paddingStartAndEnd =" 10dp"
37
59
app : rulerStyle =" bottom"
38
60
app : scaleInterval =" 11.5dp"
39
61
app : smallScaleLength =" 20dp"
40
62
app : smallScaleWidth =" 1.5dp"
63
+ app : targetRulerNumber =" @id/knl_bottom_head"
41
64
app : textMarginHead =" 70dp" />
42
- </LinearLayout >
43
65
44
- <com .keyboard3.hencoderProduct.ruler.RulerNumberView
45
- android : id =" @+id/objectAnimatorView"
46
- android : layout_width =" match_parent"
47
- android : layout_height =" match_parent"
48
- android : layout_centerInParent =" true"
49
- android : visibility =" gone" />
50
-
51
- <Button
52
- android : id =" @+id/animateBt"
53
- android : layout_width =" wrap_content"
54
- android : layout_height =" 48dp"
55
- android : layout_alignParentBottom =" true"
56
- android : layout_alignParentEnd =" true"
57
- android : layout_margin =" 8dp"
58
- android : text =" @string/animate"
59
- android : textSize =" 16sp"
60
- android : visibility =" gone" />
66
+ <LinearLayout
67
+ android : layout_width =" match_parent"
68
+ android : layout_height =" match_parent"
69
+ android : orientation =" horizontal"
70
+ android : padding =" 10dp" >
61
71
72
+ <com .keyboard3.BooheeRuler
73
+ android : id =" @+id/br_left_head"
74
+ android : layout_width =" 100dp"
75
+ android : layout_height =" match_parent"
76
+ android : layout_alignParentTop =" true"
77
+ app : bigScaleLength =" 40dp"
78
+ app : bigScaleWidth =" 2.5dp"
79
+ app : count =" 10"
80
+ app : currentScale =" 23"
81
+ app : cursorDrawable =" @drawable/cursor_shape"
82
+ app : cursorHeight =" 45dp"
83
+ app : cursorWidth =" 4dp"
84
+ app : maxScale =" 2000000"
85
+ app : minScale =" 464"
86
+ app : numberTextSize =" 22sp"
87
+ app : paddingStartAndEnd =" 10dp"
88
+ app : rulerStyle =" left"
89
+ app : scaleInterval =" 11.5dp"
90
+ app : smallScaleLength =" 20dp"
91
+ app : smallScaleWidth =" 1.5dp"
92
+ app : targetRulerNumber =" @id/knl_bottom_head"
93
+ app : textMarginHead =" 70dp" />
94
+
95
+ <com .keyboard3.RulerNumberLayout
96
+ android : id =" @+id/knl_number"
97
+ android : layout_width =" match_parent"
98
+ android : layout_height =" wrap_content"
99
+ android : layout_weight =" 1"
100
+ app : kgTextSize =" 20sp"
101
+ app : kgUnitText =" km"
102
+ app : scaleTextSize =" 50sp"
103
+ app : targetRuler =" @id/br_bottom_head" />
104
+
105
+ <com .keyboard3.BooheeRuler
106
+ android : id =" @+id/br_right_head"
107
+ android : layout_width =" 100dp"
108
+ android : layout_height =" match_parent"
109
+ android : layout_alignParentTop =" true"
110
+ app : bigScaleLength =" 40dp"
111
+ app : bigScaleWidth =" 2.5dp"
112
+ app : count =" 10"
113
+ app : currentScale =" 99"
114
+ app : cursorDrawable =" @drawable/cursor_shape"
115
+ app : cursorHeight =" 45dp"
116
+ app : cursorWidth =" 4dp"
117
+ app : maxScale =" 2000000"
118
+ app : minScale =" 464"
119
+ app : numberTextSize =" 22sp"
120
+ app : paddingStartAndEnd =" 10dp"
121
+ app : rulerStyle =" right"
122
+ app : scaleInterval =" 11.5dp"
123
+ app : smallScaleLength =" 20dp"
124
+ app : smallScaleWidth =" 1.5dp"
125
+ app : targetRulerNumber =" @id/knl_bottom_head"
126
+ app : textMarginHead =" 70dp" />
127
+ </LinearLayout >
128
+ </LinearLayout >
62
129
</com .keyboard3.hencoderProduct.ruler.RulerLayout>
0 commit comments