blob: 62c16cc1e7eb0371915d78552cfb653fa3c15384 [file] [log] [blame]
Marco Nelissen66f2cfe2011-06-23 14:05:10 -07001<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright (C) 2010-2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<LinearLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
21 android:orientation="vertical">
22 <LinearLayout
23 android:orientation="horizontal"
24 android:layout_width="match_parent"
25 android:layout_height="match_parent">
26 <TextView
27 android:id="@+id/EQBand0TextView"
28 android:layout_width="50dip"
29 android:layout_height="wrap_content"
30 android:layout_gravity="center" />
31 <SeekBar
32 android:id="@+id/EQBand0SeekBar"
33 android:layout_margin="5dip"
34 android:layout_width="180dip"
35 android:layout_height="wrap_content" />
36 <TextView
37 android:id="@+id/EQBand0Value"
38 android:layout_marginLeft="5dip"
39 android:layout_width="wrap_content"
40 android:layout_height="wrap_content"
41 android:layout_gravity="center" />
42 </LinearLayout>
43 <LinearLayout
44 android:orientation="horizontal"
45 android:layout_width="match_parent"
46 android:layout_height="match_parent">
47 <TextView
48 android:id="@+id/EQBand1TextView"
49 android:layout_width="50dip"
50 android:layout_height="wrap_content"
51 android:layout_gravity="center" />
52 <SeekBar
53 android:id="@+id/EQBand1SeekBar"
54 android:layout_margin="5dip"
55 android:layout_width="180dip"
56 android:layout_height="wrap_content" />
57 <TextView
58 android:id="@+id/EQBand1Value"
59 android:layout_marginLeft="5dip"
60 android:layout_width="wrap_content"
61 android:layout_height="wrap_content"
62 android:layout_gravity="center" />
63 </LinearLayout>
64 <LinearLayout
65 android:orientation="horizontal"
66 android:layout_width="match_parent"
67 android:layout_height="match_parent">
68 <TextView
69 android:id="@+id/EQBand2TextView"
70 android:layout_width="50dip"
71 android:layout_height="wrap_content"
72 android:layout_gravity="center" />
73 <SeekBar
74 android:id="@+id/EQBand2SeekBar"
75 android:layout_margin="5dip"
76 android:layout_width="180dip"
77 android:layout_height="wrap_content" />
78 <TextView
79 android:id="@+id/EQBand2Value"
80 android:layout_marginLeft="5dip"
81 android:layout_width="wrap_content"
82 android:layout_height="wrap_content"
83 android:layout_gravity="center" />
84 </LinearLayout>
85 <LinearLayout
86 android:orientation="horizontal"
87 android:layout_width="match_parent"
88 android:layout_height="match_parent">
89 <TextView
90 android:id="@+id/EQBand3TextView"
91 android:layout_width="50dip"
92 android:layout_height="wrap_content"
93 android:layout_gravity="center" />
94 <SeekBar
95 android:id="@+id/EQBand3SeekBar"
96 android:layout_margin="5dip"
97 android:layout_width="180dip"
98 android:layout_height="wrap_content" />
99 <TextView
100 android:id="@+id/EQBand3Value"
101 android:layout_marginLeft="5dip"
102 android:layout_width="wrap_content"
103 android:layout_height="wrap_content"
104 android:layout_gravity="center" />
105 </LinearLayout>
106 <LinearLayout
107 android:orientation="horizontal"
108 android:layout_width="match_parent"
109 android:layout_height="match_parent">
110 <TextView
111 android:id="@+id/EQBand4TextView"
112 android:layout_width="50dip"
113 android:layout_height="wrap_content"
114 android:layout_gravity="center" />
115 <SeekBar
116 android:id="@+id/EQBand4SeekBar"
117 android:layout_margin="5dip"
118 android:layout_width="180dip"
119 android:layout_height="wrap_content" />
120 <TextView
121 android:id="@+id/EQBand4Value"
122 android:layout_marginLeft="5dip"
123 android:layout_width="wrap_content"
124 android:layout_height="wrap_content"
125 android:layout_gravity="center" />
126 </LinearLayout>
127 <LinearLayout
128 android:orientation="horizontal"
129 android:layout_width="match_parent"
130 android:layout_height="match_parent">
131 <TextView
132 android:id="@+id/EQBand5TextView"
133 android:layout_width="50dip"
134 android:layout_height="wrap_content"
135 android:layout_gravity="center" />
136 <SeekBar
137 android:id="@+id/EQBand5SeekBar"
138 android:layout_margin="5dip"
139 android:layout_width="180dip"
140 android:layout_height="wrap_content" />
141 <TextView
142 android:id="@+id/EQBand5Value"
143 android:layout_marginLeft="5dip"
144 android:layout_width="wrap_content"
145 android:layout_height="wrap_content"
146 android:layout_gravity="center" />
147 </LinearLayout>
148 <LinearLayout
149 android:orientation="horizontal"
150 android:layout_width="match_parent"
151 android:layout_height="match_parent">
152 <TextView
153 android:id="@+id/EQBand6TextView"
154 android:layout_width="50dip"
155 android:layout_height="wrap_content"
156 android:layout_gravity="center" />
157 <SeekBar
158 android:id="@+id/EQBand6SeekBar"
159 android:layout_margin="5dip"
160 android:layout_width="180dip"
161 android:layout_height="wrap_content" />
162 <TextView
163 android:id="@+id/EQBand6Value"
164 android:layout_marginLeft="5dip"
165 android:layout_width="wrap_content"
166 android:layout_height="wrap_content"
167 android:layout_gravity="center" />
168 </LinearLayout>
169 <LinearLayout
170 android:orientation="horizontal"
171 android:layout_width="match_parent"
172 android:layout_height="match_parent">
173 <TextView
174 android:id="@+id/EQBand7TextView"
175 android:layout_width="50dip"
176 android:layout_height="wrap_content"
177 android:layout_gravity="center" />
178 <SeekBar
179 android:id="@+id/EQBand7SeekBar"
180 android:layout_margin="5dip"
181 android:layout_width="180dip"
182 android:layout_height="wrap_content" />
183 <TextView
184 android:id="@+id/EQBand7Value"
185 android:layout_marginLeft="5dip"
186 android:layout_width="wrap_content"
187 android:layout_height="wrap_content"
188 android:layout_gravity="center" />
189 </LinearLayout>
190 <LinearLayout
191 android:orientation="horizontal"
192 android:layout_width="match_parent"
193 android:layout_height="match_parent">
194 <TextView
195 android:id="@+id/EQBand8TextView"
196 android:layout_width="50dip"
197 android:layout_height="wrap_content"
198 android:layout_gravity="center" />
199 <SeekBar
200 android:id="@+id/EQBand8SeekBar"
201 android:layout_margin="5dip"
202 android:layout_width="180dip"
203 android:layout_height="wrap_content" />
204 <TextView
205 android:id="@+id/EQBand8Value"
206 android:layout_marginLeft="5dip"
207 android:layout_width="wrap_content"
208 android:layout_height="wrap_content"
209 android:layout_gravity="center" />
210 </LinearLayout>
211 <LinearLayout
212 android:orientation="horizontal"
213 android:layout_width="match_parent"
214 android:layout_height="match_parent">
215 <TextView
216 android:id="@+id/EQBand9TextView"
217 android:layout_width="50dip"
218 android:layout_height="wrap_content"
219 android:layout_gravity="center" />
220 <SeekBar
221 android:id="@+id/EQBand9SeekBar"
222 android:layout_margin="5dip"
223 android:layout_width="180dip"
224 android:layout_height="wrap_content" />
225 <TextView
226 android:id="@+id/EQBand9Value"
227 android:layout_marginLeft="5dip"
228 android:layout_width="wrap_content"
229 android:layout_height="wrap_content"
230 android:layout_gravity="center" />
231 </LinearLayout>
232 <LinearLayout
233 android:orientation="horizontal"
234 android:layout_width="match_parent"
235 android:layout_height="match_parent">
236 <TextView
237 android:id="@+id/EQBand10TextView"
238 android:layout_width="50dip"
239 android:layout_height="wrap_content"
240 android:layout_gravity="center" />
241 <SeekBar
242 android:id="@+id/EQBand10SeekBar"
243 android:layout_margin="5dip"
244 android:layout_width="180dip"
245 android:layout_height="wrap_content" />
246 <TextView
247 android:id="@+id/EQBand10Value"
248 android:layout_marginLeft="5dip"
249 android:layout_width="wrap_content"
250 android:layout_height="wrap_content"
251 android:layout_gravity="center" />
252 </LinearLayout>
253 <LinearLayout
254 android:orientation="horizontal"
255 android:layout_width="match_parent"
256 android:layout_height="match_parent">
257 <TextView
258 android:id="@+id/EQBand11TextView"
259 android:layout_width="50dip"
260 android:layout_height="wrap_content"
261 android:layout_gravity="center" />
262 <SeekBar
263 android:id="@+id/EQBand11SeekBar"
264 android:layout_margin="5dip"
265 android:layout_width="180dip"
266 android:layout_height="wrap_content" />
267 <TextView
268 android:id="@+id/EQBand11Value"
269 android:layout_marginLeft="5dip"
270 android:layout_width="wrap_content"
271 android:layout_height="wrap_content"
272 android:layout_gravity="center" />
273 </LinearLayout>
274 <LinearLayout
275 android:orientation="horizontal"
276 android:layout_width="match_parent"
277 android:layout_height="match_parent">
278 <TextView
279 android:id="@+id/EQBand12TextView"
280 android:layout_width="50dip"
281 android:layout_height="wrap_content"
282 android:layout_gravity="center" />
283 <SeekBar
284 android:id="@+id/EQBand12SeekBar"
285 android:layout_margin="5dip"
286 android:layout_width="180dip"
287 android:layout_height="wrap_content" />
288 <TextView
289 android:id="@+id/EQBand12Value"
290 android:layout_marginLeft="5dip"
291 android:layout_width="wrap_content"
292 android:layout_height="wrap_content"
293 android:layout_gravity="center" />
294 </LinearLayout>
295 <LinearLayout
296 android:orientation="horizontal"
297 android:layout_width="match_parent"
298 android:layout_height="match_parent">
299 <TextView
300 android:id="@+id/EQBand13TextView"
301 android:layout_width="50dip"
302 android:layout_height="wrap_content"
303 android:layout_gravity="center" />
304 <SeekBar
305 android:id="@+id/EQBand13SeekBar"
306 android:layout_margin="5dip"
307 android:layout_width="180dip"
308 android:layout_height="wrap_content" />
309 <TextView
310 android:id="@+id/EQBand13Value"
311 android:layout_marginLeft="5dip"
312 android:layout_width="wrap_content"
313 android:layout_height="wrap_content"
314 android:layout_gravity="center" />
315 </LinearLayout>
316 <LinearLayout
317 android:orientation="horizontal"
318 android:layout_width="match_parent"
319 android:layout_height="match_parent">
320 <TextView
321 android:id="@+id/EQBand14TextView"
322 android:layout_width="50dip"
323 android:layout_height="wrap_content"
324 android:layout_gravity="center" />
325 <SeekBar
326 android:id="@+id/EQBand14SeekBar"
327 android:layout_margin="5dip"
328 android:layout_width="180dip"
329 android:layout_height="wrap_content" />
330 <TextView
331 android:id="@+id/EQBand14Value"
332 android:layout_marginLeft="5dip"
333 android:layout_width="wrap_content"
334 android:layout_height="wrap_content"
335 android:layout_gravity="center" />
336 </LinearLayout>
337 <LinearLayout
338 android:orientation="horizontal"
339 android:layout_width="match_parent"
340 android:layout_height="match_parent">
341 <TextView
342 android:id="@+id/EQBand15TextView"
343 android:layout_width="50dip"
344 android:layout_height="wrap_content"
345 android:layout_gravity="center" />
346 <SeekBar
347 android:id="@+id/EQBand15SeekBar"
348 android:layout_margin="5dip"
349 android:layout_width="180dip"
350 android:layout_height="wrap_content" />
351 <TextView
352 android:id="@+id/EQBand15Value"
353 android:layout_marginLeft="5dip"
354 android:layout_width="wrap_content"
355 android:layout_height="wrap_content"
356 android:layout_gravity="center" />
357 </LinearLayout>
358 <LinearLayout
359 android:orientation="horizontal"
360 android:layout_width="match_parent"
361 android:layout_height="match_parent">
362 <TextView
363 android:id="@+id/EQBand16TextView"
364 android:layout_width="50dip"
365 android:layout_height="wrap_content"
366 android:layout_gravity="center" />
367 <SeekBar
368 android:id="@+id/EQBand16SeekBar"
369 android:layout_margin="5dip"
370 android:layout_width="180dip"
371 android:layout_height="wrap_content" />
372 <TextView
373 android:id="@+id/EQBand16Value"
374 android:layout_marginLeft="5dip"
375 android:layout_width="wrap_content"
376 android:layout_height="wrap_content"
377 android:layout_gravity="center" />
378 </LinearLayout>
379 <LinearLayout
380 android:orientation="horizontal"
381 android:layout_width="match_parent"
382 android:layout_height="match_parent">
383 <TextView
384 android:id="@+id/EQBand17TextView"
385 android:layout_width="50dip"
386 android:layout_height="wrap_content"
387 android:layout_gravity="center" />
388 <SeekBar
389 android:id="@+id/EQBand17SeekBar"
390 android:layout_margin="5dip"
391 android:layout_width="180dip"
392 android:layout_height="wrap_content" />
393 <TextView
394 android:id="@+id/EQBand17Value"
395 android:layout_marginLeft="5dip"
396 android:layout_width="wrap_content"
397 android:layout_height="wrap_content"
398 android:layout_gravity="center" />
399 </LinearLayout>
400 <LinearLayout
401 android:orientation="horizontal"
402 android:layout_width="match_parent"
403 android:layout_height="match_parent">
404 <TextView
405 android:id="@+id/EQBand18TextView"
406 android:layout_width="50dip"
407 android:layout_height="wrap_content"
408 android:layout_gravity="center" />
409 <SeekBar
410 android:id="@+id/EQBand18SeekBar"
411 android:layout_margin="5dip"
412 android:layout_width="180dip"
413 android:layout_height="wrap_content" />
414 <TextView
415 android:id="@+id/EQBand18Value"
416 android:layout_marginLeft="5dip"
417 android:layout_width="wrap_content"
418 android:layout_height="wrap_content"
419 android:layout_gravity="center" />
420 </LinearLayout>
421 <LinearLayout
422 android:orientation="horizontal"
423 android:layout_width="match_parent"
424 android:layout_height="match_parent">
425 <TextView
426 android:id="@+id/EQBand19TextView"
427 android:layout_width="50dip"
428 android:layout_height="wrap_content"
429 android:layout_gravity="center" />
430 <SeekBar
431 android:id="@+id/EQBand19SeekBar"
432 android:layout_margin="5dip"
433 android:layout_width="180dip"
434 android:layout_height="wrap_content" />
435 <TextView
436 android:id="@+id/EQBand19Value"
437 android:layout_marginLeft="5dip"
438 android:layout_width="wrap_content"
439 android:layout_height="wrap_content"
440 android:layout_gravity="center" />
441 </LinearLayout>
442 <LinearLayout
443 android:orientation="horizontal"
444 android:layout_width="match_parent"
445 android:layout_height="match_parent">
446 <TextView
447 android:id="@+id/EQBand20TextView"
448 android:layout_width="50dip"
449 android:layout_height="wrap_content"
450 android:layout_gravity="center" />
451 <SeekBar
452 android:id="@+id/EQBand20SeekBar"
453 android:layout_margin="5dip"
454 android:layout_width="180dip"
455 android:layout_height="wrap_content" />
456 <TextView
457 android:id="@+id/EQBand20Value"
458 android:layout_marginLeft="5dip"
459 android:layout_width="wrap_content"
460 android:layout_height="wrap_content"
461 android:layout_gravity="center" />
462 </LinearLayout>
463 <LinearLayout
464 android:orientation="horizontal"
465 android:layout_width="match_parent"
466 android:layout_height="match_parent">
467 <TextView
468 android:id="@+id/EQBand21TextView"
469 android:layout_width="50dip"
470 android:layout_height="wrap_content"
471 android:layout_gravity="center" />
472 <SeekBar
473 android:id="@+id/EQBand21SeekBar"
474 android:layout_margin="5dip"
475 android:layout_width="180dip"
476 android:layout_height="wrap_content" />
477 <TextView
478 android:id="@+id/EQBand21Value"
479 android:layout_marginLeft="5dip"
480 android:layout_width="wrap_content"
481 android:layout_height="wrap_content"
482 android:layout_gravity="center" />
483 </LinearLayout>
484 <LinearLayout
485 android:orientation="horizontal"
486 android:layout_width="match_parent"
487 android:layout_height="match_parent">
488 <TextView
489 android:id="@+id/EQBand22TextView"
490 android:layout_width="50dip"
491 android:layout_height="wrap_content"
492 android:layout_gravity="center" />
493 <SeekBar
494 android:id="@+id/EQBand22SeekBar"
495 android:layout_margin="5dip"
496 android:layout_width="180dip"
497 android:layout_height="wrap_content" />
498 <TextView
499 android:id="@+id/EQBand22Value"
500 android:layout_marginLeft="5dip"
501 android:layout_width="wrap_content"
502 android:layout_height="wrap_content"
503 android:layout_gravity="center" />
504 </LinearLayout>
505 <LinearLayout
506 android:orientation="horizontal"
507 android:layout_width="match_parent"
508 android:layout_height="match_parent">
509 <TextView
510 android:id="@+id/EQBand23TextView"
511 android:layout_width="50dip"
512 android:layout_height="wrap_content"
513 android:layout_gravity="center" />
514 <SeekBar
515 android:id="@+id/EQBand23SeekBar"
516 android:layout_margin="5dip"
517 android:layout_width="180dip"
518 android:layout_height="wrap_content" />
519 <TextView
520 android:id="@+id/EQBand23Value"
521 android:layout_marginLeft="5dip"
522 android:layout_width="wrap_content"
523 android:layout_height="wrap_content"
524 android:layout_gravity="center" />
525 </LinearLayout>
526 <LinearLayout
527 android:orientation="horizontal"
528 android:layout_width="match_parent"
529 android:layout_height="match_parent">
530 <TextView
531 android:id="@+id/EQBand24TextView"
532 android:layout_width="50dip"
533 android:layout_height="wrap_content"
534 android:layout_gravity="center" />
535 <SeekBar
536 android:id="@+id/EQBand24SeekBar"
537 android:layout_margin="5dip"
538 android:layout_width="180dip"
539 android:layout_height="wrap_content" />
540 <TextView
541 android:id="@+id/EQBand24Value"
542 android:layout_marginLeft="5dip"
543 android:layout_width="wrap_content"
544 android:layout_height="wrap_content"
545 android:layout_gravity="center" />
546 </LinearLayout>
547 <LinearLayout
548 android:orientation="horizontal"
549 android:layout_width="match_parent"
550 android:layout_height="match_parent">
551 <TextView
552 android:id="@+id/EQBand25TextView"
553 android:layout_width="50dip"
554 android:layout_height="wrap_content"
555 android:layout_gravity="center" />
556 <SeekBar
557 android:id="@+id/EQBand25SeekBar"
558 android:layout_margin="5dip"
559 android:layout_width="180dip"
560 android:layout_height="wrap_content" />
561 <TextView
562 android:id="@+id/EQBand25Value"
563 android:layout_marginLeft="5dip"
564 android:layout_width="wrap_content"
565 android:layout_height="wrap_content"
566 android:layout_gravity="center" />
567 </LinearLayout>
568 <LinearLayout
569 android:orientation="horizontal"
570 android:layout_width="match_parent"
571 android:layout_height="match_parent">
572 <TextView
573 android:id="@+id/EQBand26TextView"
574 android:layout_width="50dip"
575 android:layout_height="wrap_content"
576 android:layout_gravity="center" />
577 <SeekBar
578 android:id="@+id/EQBand26SeekBar"
579 android:layout_margin="5dip"
580 android:layout_width="180dip"
581 android:layout_height="wrap_content" />
582 <TextView
583 android:id="@+id/EQBand26Value"
584 android:layout_marginLeft="5dip"
585 android:layout_width="wrap_content"
586 android:layout_height="wrap_content"
587 android:layout_gravity="center" />
588 </LinearLayout>
589 <LinearLayout
590 android:orientation="horizontal"
591 android:layout_width="match_parent"
592 android:layout_height="match_parent">
593 <TextView
594 android:id="@+id/EQBand27TextView"
595 android:layout_width="50dip"
596 android:layout_height="wrap_content"
597 android:layout_gravity="center" />
598 <SeekBar
599 android:id="@+id/EQBand27SeekBar"
600 android:layout_margin="5dip"
601 android:layout_width="180dip"
602 android:layout_height="wrap_content" />
603 <TextView
604 android:id="@+id/EQBand27Value"
605 android:layout_marginLeft="5dip"
606 android:layout_width="wrap_content"
607 android:layout_height="wrap_content"
608 android:layout_gravity="center" />
609 </LinearLayout>
610 <LinearLayout
611 android:orientation="horizontal"
612 android:layout_width="match_parent"
613 android:layout_height="match_parent">
614 <TextView
615 android:id="@+id/EQBand28TextView"
616 android:layout_width="50dip"
617 android:layout_height="wrap_content"
618 android:layout_gravity="center" />
619 <SeekBar
620 android:id="@+id/EQBand28SeekBar"
621 android:layout_margin="5dip"
622 android:layout_width="180dip"
623 android:layout_height="wrap_content" />
624 <TextView
625 android:id="@+id/EQBand28Value"
626 android:layout_marginLeft="5dip"
627 android:layout_width="wrap_content"
628 android:layout_height="wrap_content"
629 android:layout_gravity="center" />
630 </LinearLayout>
631 <LinearLayout
632 android:orientation="horizontal"
633 android:layout_width="match_parent"
634 android:layout_height="match_parent">
635 <TextView
636 android:id="@+id/EQBand29TextView"
637 android:layout_width="50dip"
638 android:layout_height="wrap_content"
639 android:layout_gravity="center" />
640 <SeekBar
641 android:id="@+id/EQBand29SeekBar"
642 android:layout_margin="5dip"
643 android:layout_width="180dip"
644 android:layout_height="wrap_content" />
645 <TextView
646 android:id="@+id/EQBand29Value"
647 android:layout_marginLeft="5dip"
648 android:layout_width="wrap_content"
649 android:layout_height="wrap_content"
650 android:layout_gravity="center" />
651 </LinearLayout>
652 <LinearLayout
653 android:orientation="horizontal"
654 android:layout_width="match_parent"
655 android:layout_height="match_parent">
656 <TextView
657 android:id="@+id/EQBand30TextView"
658 android:layout_width="50dip"
659 android:layout_height="wrap_content"
660 android:layout_gravity="center" />
661 <SeekBar
662 android:id="@+id/EQBand30SeekBar"
663 android:layout_margin="5dip"
664 android:layout_width="180dip"
665 android:layout_height="wrap_content" />
666 <TextView
667 android:id="@+id/EQBand30Value"
668 android:layout_marginLeft="5dip"
669 android:layout_width="wrap_content"
670 android:layout_height="wrap_content"
671 android:layout_gravity="center" />
672 </LinearLayout>
673 <LinearLayout
674 android:orientation="horizontal"
675 android:layout_width="match_parent"
676 android:layout_height="match_parent">
677 <TextView
678 android:id="@+id/EQBand31TextView"
679 android:layout_width="50dip"
680 android:layout_height="wrap_content"
681 android:layout_gravity="center" />
682 <SeekBar
683 android:id="@+id/EQBand31SeekBar"
684 android:layout_margin="5dip"
685 android:layout_width="180dip"
686 android:layout_height="wrap_content" />
687 <TextView
688 android:id="@+id/EQBand31Value"
689 android:layout_marginLeft="5dip"
690 android:layout_width="wrap_content"
691 android:layout_height="wrap_content"
692 android:layout_gravity="center" />
693 </LinearLayout>
694</LinearLayout>