Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
212 | ligi | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |||
3 | |||
4 | |||
5 | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
||
6 | android:orientation="vertical" |
||
7 | android:layout_width="fill_parent" |
||
8 | android:layout_height="fill_parent"> |
||
9 | |||
10 | |||
11 | |||
12 | <LinearLayout |
||
13 | android:orientation="vertical" |
||
14 | android:layout_width="fill_parent" |
||
15 | android:layout_height="wrap_content"> |
||
16 | |||
17 | <TextView |
||
18 | android:layout_width="fill_parent" |
||
19 | android:layout_height="wrap_content" |
||
20 | android:layout_marginTop="5dip" |
||
21 | android:text="Stick0:" |
||
22 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
23 | android:focusable="true" |
||
24 | /> |
||
25 | |||
26 | |||
27 | <ProgressBar android:id="@+id/stick_progress_0" |
||
28 | style="?android:attr/progressBarStyleHorizontal" |
||
29 | android:layout_width="fill_parent" |
||
30 | android:layout_height="wrap_content" |
||
31 | android:max="255" |
||
32 | android:progress="0" |
||
33 | android:secondaryProgress="0" /> |
||
34 | |||
35 | |||
36 | |||
37 | |||
38 | <TextView |
||
39 | android:layout_width="fill_parent" |
||
40 | android:layout_height="wrap_content" |
||
41 | android:layout_marginTop="5dip" |
||
42 | android:text="Stick 1:" |
||
43 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
44 | android:focusable="true" |
||
45 | /> |
||
46 | |||
47 | |||
48 | <ProgressBar android:id="@+id/stick_progress_1" |
||
49 | style="?android:attr/progressBarStyleHorizontal" |
||
50 | android:layout_width="fill_parent" |
||
51 | android:layout_height="wrap_content" |
||
52 | android:max="255" |
||
53 | android:progress="0" |
||
54 | android:secondaryProgress="0" /> |
||
55 | |||
56 | |||
57 | |||
58 | |||
59 | <TextView |
||
60 | android:layout_width="fill_parent" |
||
61 | android:layout_height="wrap_content" |
||
62 | android:layout_marginTop="5dip" |
||
63 | android:text="Stick2:" |
||
64 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
65 | android:focusable="true" |
||
66 | /> |
||
67 | |||
68 | |||
69 | <ProgressBar android:id="@+id/stick_progress_2" |
||
70 | style="?android:attr/progressBarStyleHorizontal" |
||
71 | android:layout_width="fill_parent" |
||
72 | android:layout_height="wrap_content" |
||
73 | android:max="255" |
||
74 | android:progress="0" |
||
75 | android:secondaryProgress="0" /> |
||
76 | |||
77 | <TextView |
||
78 | android:layout_width="fill_parent" |
||
79 | android:layout_height="wrap_content" |
||
80 | android:layout_marginTop="5dip" |
||
81 | android:text="Stick 3:" |
||
82 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
83 | android:focusable="true" |
||
84 | /> |
||
85 | |||
86 | |||
87 | <ProgressBar android:id="@+id/stick_progress_3" |
||
88 | style="?android:attr/progressBarStyleHorizontal" |
||
89 | android:layout_width="fill_parent" |
||
90 | android:layout_height="wrap_content" |
||
91 | android:max="255" |
||
92 | android:progress="0" |
||
93 | android:secondaryProgress="0" /> |
||
94 | |||
95 | |||
96 | <TextView |
||
97 | android:layout_width="fill_parent" |
||
98 | android:layout_height="wrap_content" |
||
99 | android:layout_marginTop="5dip" |
||
100 | android:text="Stick 4:" |
||
101 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
102 | android:focusable="true" |
||
103 | /> |
||
104 | |||
105 | |||
106 | <ProgressBar android:id="@+id/stick_progress_4" |
||
107 | style="?android:attr/progressBarStyleHorizontal" |
||
108 | android:layout_width="fill_parent" |
||
109 | android:layout_height="wrap_content" |
||
110 | android:max="255" |
||
111 | android:progress="0" |
||
112 | android:secondaryProgress="0" /> |
||
113 | |||
114 | |||
115 | <TextView |
||
116 | android:layout_width="fill_parent" |
||
117 | android:layout_height="wrap_content" |
||
118 | android:layout_marginTop="5dip" |
||
119 | android:text="Stick 5:" |
||
120 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
121 | android:focusable="true" |
||
122 | /> |
||
123 | |||
124 | |||
125 | <ProgressBar android:id="@+id/stick_progress_5" |
||
126 | style="?android:attr/progressBarStyleHorizontal" |
||
127 | android:layout_width="fill_parent" |
||
128 | android:layout_height="wrap_content" |
||
129 | android:max="255" |
||
130 | android:progress="0" |
||
131 | android:secondaryProgress="0" /> |
||
132 | |||
133 | |||
134 | <TextView |
||
135 | android:layout_width="fill_parent" |
||
136 | android:layout_height="wrap_content" |
||
137 | android:layout_marginTop="5dip" |
||
138 | android:text="Stick 6:" |
||
139 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
140 | android:focusable="true" |
||
141 | /> |
||
142 | |||
143 | |||
144 | <ProgressBar android:id="@+id/stick_progress_6" |
||
145 | style="?android:attr/progressBarStyleHorizontal" |
||
146 | android:layout_width="fill_parent" |
||
147 | android:layout_height="wrap_content" |
||
148 | android:max="255" |
||
149 | android:progress="0" |
||
150 | android:secondaryProgress="0" /> |
||
151 | |||
152 | |||
153 | |||
154 | <TextView |
||
155 | android:layout_width="fill_parent" |
||
156 | android:layout_height="wrap_content" |
||
157 | android:layout_marginTop="5dip" |
||
158 | android:text="Stick 7:" |
||
159 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
160 | android:focusable="true" |
||
161 | /> |
||
162 | |||
163 | |||
164 | <ProgressBar android:id="@+id/stick_progress_7" |
||
165 | style="?android:attr/progressBarStyleHorizontal" |
||
166 | android:layout_width="fill_parent" |
||
167 | android:layout_height="wrap_content" |
||
168 | android:max="255" |
||
169 | android:progress="0" |
||
170 | android:secondaryProgress="0" /> |
||
171 | |||
172 | |||
173 | <TextView |
||
174 | android:layout_width="fill_parent" |
||
175 | android:layout_height="wrap_content" |
||
176 | android:layout_marginTop="5dip" |
||
177 | android:text="Stick 8:" |
||
178 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
179 | android:focusable="true" |
||
180 | /> |
||
181 | |||
182 | |||
183 | <ProgressBar android:id="@+id/stick_progress_8" |
||
184 | style="?android:attr/progressBarStyleHorizontal" |
||
185 | android:layout_width="fill_parent" |
||
186 | android:layout_height="wrap_content" |
||
187 | android:max="255" |
||
188 | android:progress="0" |
||
189 | android:secondaryProgress="0" /> |
||
190 | |||
191 | |||
192 | <TextView |
||
193 | android:layout_width="fill_parent" |
||
194 | android:layout_height="wrap_content" |
||
195 | android:layout_marginTop="5dip" |
||
196 | android:text="Stick 9:" |
||
197 | android:textAppearance="?android:attr/textAppearanceSmall" |
||
198 | android:focusable="true" |
||
199 | /> |
||
200 | |||
201 | |||
202 | <ProgressBar android:id="@+id/stick_progress_9" |
||
203 | style="?android:attr/progressBarStyleHorizontal" |
||
204 | android:layout_width="fill_parent" |
||
205 | android:layout_height="wrap_content" |
||
206 | android:max="255" |
||
207 | android:progress="0" |
||
208 | android:secondaryProgress="0" /> |
||
209 | </LinearLayout> |
||
210 | |||
211 | |||
212 | </ScrollView> |
||
213 | |||
214 | |||
215 | |||
216 |