|
15 | 15 | android:textColor="@color/sett_group" /> |
16 | 16 |
|
17 | 17 | <androidx.appcompat.widget.SwitchCompat |
18 | | - android:id="@+id/sw_dark" |
| 18 | + android:id="@+id/swDark" |
19 | 19 | android:layout_width="match_parent" |
20 | 20 | android:layout_height="wrap_content" |
21 | 21 | android:layout_margin="@dimen/sett_margin" |
|
29 | 29 | android:text="@string/sett_color" |
30 | 30 | android:textColor="@color/text" /> |
31 | 31 | <SeekBar |
32 | | - android:id="@+id/sb_color_red" |
| 32 | + android:id="@+id/sbColorRed" |
33 | 33 | android:layout_width="match_parent" |
34 | 34 | android:layout_height="wrap_content" /> |
35 | 35 | <SeekBar |
36 | | - android:id="@+id/sb_color_green" |
| 36 | + android:id="@+id/sbColorGreen" |
37 | 37 | android:layout_width="match_parent" |
38 | 38 | android:layout_height="wrap_content" /> |
39 | 39 | <SeekBar |
40 | | - android:id="@+id/sb_color_blue" |
| 40 | + android:id="@+id/sbColorBlue" |
41 | 41 | android:layout_width="match_parent" |
42 | 42 | android:layout_height="wrap_content" /> |
43 | 43 | <EditText |
44 | | - android:id="@+id/e_color" |
| 44 | + android:id="@+id/eColor" |
45 | 45 | android:layout_width="match_parent" |
46 | 46 | android:layout_height="wrap_content" |
47 | 47 | android:layout_marginHorizontal="@dimen/sett_margin" |
48 | 48 | android:textSize="@dimen/text_editbox" /> |
49 | 49 |
|
50 | 50 | <androidx.appcompat.widget.SwitchCompat |
51 | | - android:id="@+id/sw_showfilter" |
| 51 | + android:id="@+id/swShowfilter" |
52 | 52 | android:layout_width="match_parent" |
53 | 53 | android:layout_height="wrap_content" |
54 | 54 | android:layout_margin="@dimen/sett_margin" |
55 | 55 | android:text="@string/sett_show_filter" /> |
56 | 56 |
|
57 | 57 | <androidx.appcompat.widget.SwitchCompat |
58 | | - android:id="@+id/sw_showrec" |
| 58 | + android:id="@+id/swShowrec" |
59 | 59 | android:layout_width="match_parent" |
60 | 60 | android:layout_height="wrap_content" |
61 | 61 | android:layout_margin="@dimen/sett_margin" |
62 | 62 | android:text="@string/sett_show_record" /> |
63 | 63 |
|
64 | 64 | <androidx.appcompat.widget.SwitchCompat |
65 | | - android:id="@+id/sw_show_playback_marker" |
| 65 | + android:id="@+id/swShowPlaybackMarker" |
66 | 66 | android:layout_width="match_parent" |
67 | 67 | android:layout_height="wrap_content" |
68 | 68 | android:layout_margin="@dimen/sett_margin" |
69 | 69 | android:text="@string/sett_show_playback_marker" /> |
70 | 70 |
|
71 | 71 | <androidx.appcompat.widget.SwitchCompat |
72 | | - android:id="@+id/sw_ui_info_in_title" |
| 72 | + android:id="@+id/swUiInfoInTitle" |
73 | 73 | android:layout_width="match_parent" |
74 | 74 | android:layout_height="wrap_content" |
75 | 75 | android:layout_margin="@dimen/sett_margin" |
76 | 76 | android:text="@string/sett_ui_info_in_title" /> |
77 | 77 |
|
78 | 78 | <androidx.appcompat.widget.SwitchCompat |
79 | | - android:id="@+id/sw_svc_notif_disable" |
| 79 | + android:id="@+id/swSvcNotifDisable" |
80 | 80 | android:layout_width="match_parent" |
81 | 81 | android:layout_height="wrap_content" |
82 | 82 | android:layout_margin="@dimen/sett_margin" |
|
90 | 90 | android:textColor="@color/sett_group" /> |
91 | 91 |
|
92 | 92 | <androidx.appcompat.widget.SwitchCompat |
93 | | - android:id="@+id/sw_random" |
| 93 | + android:id="@+id/swRandom" |
94 | 94 | android:layout_width="match_parent" |
95 | 95 | android:layout_height="wrap_content" |
96 | 96 | android:layout_margin="@dimen/sett_margin" |
97 | 97 | android:text="@string/sett_random" /> |
98 | 98 |
|
99 | 99 | <androidx.appcompat.widget.SwitchCompat |
100 | | - android:id="@+id/sw_repeat" |
| 100 | + android:id="@+id/swRepeat" |
101 | 101 | android:layout_width="match_parent" |
102 | 102 | android:layout_height="wrap_content" |
103 | 103 | android:layout_margin="@dimen/sett_margin" |
104 | 104 | android:text="@string/sett_repeat_all" /> |
105 | 105 |
|
106 | 106 | <androidx.appcompat.widget.SwitchCompat |
107 | | - android:id="@+id/sw_list_add_rm_on_next" |
| 107 | + android:id="@+id/swListAddRmOnNext" |
108 | 108 | android:layout_width="match_parent" |
109 | 109 | android:layout_height="wrap_content" |
110 | 110 | android:layout_margin="@dimen/sett_margin" |
111 | 111 | android:text="@string/sett_list_move_on_next" /> |
112 | 112 |
|
113 | 113 | <androidx.appcompat.widget.SwitchCompat |
114 | | - android:id="@+id/sw_list_rm_on_next" |
| 114 | + android:id="@+id/swListRmOnNext" |
115 | 115 | android:layout_width="match_parent" |
116 | 116 | android:layout_height="wrap_content" |
117 | 117 | android:layout_margin="@dimen/sett_margin" |
118 | 118 | android:text="@string/sett_list_rm_on_next" /> |
119 | 119 |
|
120 | 120 | <androidx.appcompat.widget.SwitchCompat |
121 | | - android:id="@+id/sw_list_rm_on_err" |
| 121 | + android:id="@+id/swListRmOnErr" |
122 | 122 | android:layout_width="match_parent" |
123 | 123 | android:layout_height="wrap_content" |
124 | 124 | android:layout_margin="@dimen/sett_margin" |
|
132 | 132 | android:text="@string/sett_auto_stop" |
133 | 133 | android:textColor="@color/text" /> |
134 | 134 | <SeekBar |
135 | | - android:id="@+id/sb_play_auto_stop" |
| 135 | + android:id="@+id/sbPlayAutoStop" |
136 | 136 | android:layout_width="match_parent" |
137 | 137 | android:layout_height="wrap_content" /> |
138 | 138 | <EditText |
139 | | - android:id="@+id/e_auto_stop" |
| 139 | + android:id="@+id/eAutoStop" |
140 | 140 | android:layout_width="match_parent" |
141 | 141 | android:layout_height="wrap_content" |
142 | 142 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
160 | 160 | android:text="@string/sett_codepage" |
161 | 161 | android:textColor="@color/text" /> |
162 | 162 | <Spinner |
163 | | - android:id="@+id/sp_codepage" |
| 163 | + android:id="@+id/spCodepage" |
164 | 164 | android:layout_width="match_parent" |
165 | 165 | android:layout_height="wrap_content" |
166 | 166 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
174 | 174 | android:text="@string/sett_auto_skip" |
175 | 175 | android:textColor="@color/text" /> |
176 | 176 | <SeekBar |
177 | | - android:id="@+id/sb_play_auto_skip" |
| 177 | + android:id="@+id/sbPlayAutoSkip" |
178 | 178 | android:layout_width="match_parent" |
179 | 179 | android:layout_height="wrap_content" /> |
180 | 180 | <EditText |
181 | | - android:id="@+id/e_auto_skip" |
| 181 | + android:id="@+id/eAutoSkip" |
182 | 182 | android:layout_width="match_parent" |
183 | 183 | android:layout_height="wrap_content" |
184 | 184 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
195 | 195 | android:text="@string/sett_auto_skip_tail" |
196 | 196 | android:textColor="@color/text" /> |
197 | 197 | <SeekBar |
198 | | - android:id="@+id/sb_play_auto_skip_tail" |
| 198 | + android:id="@+id/sbPlayAutoSkipTail" |
199 | 199 | android:layout_width="match_parent" |
200 | 200 | android:layout_height="wrap_content" /> |
201 | 201 | <EditText |
202 | | - android:id="@+id/e_auto_skip_tail" |
| 202 | + android:id="@+id/eAutoSkipTail" |
203 | 203 | android:layout_width="match_parent" |
204 | 204 | android:layout_height="wrap_content" |
205 | 205 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
208 | 208 | android:inputType="text" |
209 | 209 | android:textSize="@dimen/text_editbox" /> |
210 | 210 |
|
| 211 | + <androidx.appcompat.widget.SwitchCompat |
| 212 | + android:id="@+id/swRgNorm" |
| 213 | + android:layout_width="match_parent" |
| 214 | + android:layout_height="wrap_content" |
| 215 | + android:layout_margin="@dimen/sett_margin" |
| 216 | + android:text="@string/sett_rg_norm" /> |
| 217 | + |
| 218 | + <androidx.appcompat.widget.SwitchCompat |
| 219 | + android:id="@+id/swAutoNorm" |
| 220 | + android:layout_width="match_parent" |
| 221 | + android:layout_height="wrap_content" |
| 222 | + android:layout_margin="@dimen/sett_margin" |
| 223 | + android:text="@string/sett_auto_norm" /> |
| 224 | + |
211 | 225 | <androidx.appcompat.widget.SwitchCompat |
212 | 226 | android:id="@+id/swEqualizer" |
213 | 227 | android:layout_width="match_parent" |
|
261 | 275 | android:inputType="text" |
262 | 276 | android:textSize="@dimen/text_editbox" /> |
263 | 277 |
|
264 | | - <androidx.appcompat.widget.SwitchCompat |
265 | | - android:id="@+id/sw_rg_norm" |
266 | | - android:layout_width="match_parent" |
267 | | - android:layout_height="wrap_content" |
268 | | - android:layout_margin="@dimen/sett_margin" |
269 | | - android:text="@string/sett_rg_norm" /> |
270 | | - |
271 | | - <androidx.appcompat.widget.SwitchCompat |
272 | | - android:id="@+id/sw_auto_norm" |
273 | | - android:layout_width="match_parent" |
274 | | - android:layout_height="wrap_content" |
275 | | - android:layout_margin="@dimen/sett_margin" |
276 | | - android:text="@string/sett_auto_norm" /> |
277 | | - |
278 | 278 | <TextView |
279 | 279 | android:layout_width="match_parent" |
280 | 280 | android:layout_height="wrap_content" |
|
289 | 289 | android:text="@string/sett_data_dir" |
290 | 290 | android:textColor="@color/text" /> |
291 | 291 | <EditText |
292 | | - android:id="@+id/e_data_dir" |
| 292 | + android:id="@+id/eDataDir" |
293 | 293 | android:layout_width="match_parent" |
294 | 294 | android:layout_height="wrap_content" |
295 | 295 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
304 | 304 | android:text="@string/sett_trash_dir" |
305 | 305 | android:textColor="@color/text" /> |
306 | 306 | <EditText |
307 | | - android:id="@+id/e_trash_dir" |
| 307 | + android:id="@+id/eTrashDir" |
308 | 308 | android:layout_width="match_parent" |
309 | 309 | android:layout_height="wrap_content" |
310 | 310 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
314 | 314 | android:textSize="@dimen/text_editbox" /> |
315 | 315 |
|
316 | 316 | <androidx.appcompat.widget.SwitchCompat |
317 | | - android:id="@+id/sw_file_del" |
| 317 | + android:id="@+id/swFileDel" |
318 | 318 | android:layout_width="match_parent" |
319 | 319 | android:layout_height="wrap_content" |
320 | 320 | android:layout_margin="@dimen/sett_margin" |
|
328 | 328 | android:text="@string/sett_library_dir" |
329 | 329 | android:textColor="@color/text" /> |
330 | 330 | <EditText |
331 | | - android:id="@+id/e_library_dir" |
| 331 | + android:id="@+id/eLibraryDir" |
332 | 332 | android:layout_width="match_parent" |
333 | 333 | android:layout_height="wrap_content" |
334 | 334 | android:layout_marginHorizontal="@dimen/sett_margin" |
335 | 335 | android:inputType="text" |
336 | 336 | android:textSize="@dimen/text_editbox" /> |
337 | 337 |
|
338 | 338 | <androidx.appcompat.widget.SwitchCompat |
339 | | - android:id="@+id/sw_deprecated_mods" |
| 339 | + android:id="@+id/swDeprecatedMods" |
340 | 340 | android:layout_width="match_parent" |
341 | 341 | android:layout_height="wrap_content" |
342 | 342 | android:layout_margin="@dimen/sett_margin" |
|
349 | 349 | android:textColor="@color/sett_group" /> |
350 | 350 |
|
351 | 351 | <androidx.appcompat.widget.SwitchCompat |
352 | | - android:id="@+id/sw_rec_longclick" |
| 352 | + android:id="@+id/swRecLongclick" |
353 | 353 | android:layout_width="match_parent" |
354 | 354 | android:layout_height="wrap_content" |
355 | 355 | android:layout_margin="@dimen/sett_margin" |
|
364 | 364 | android:textColor="@color/text" /> |
365 | 365 |
|
366 | 366 | <EditText |
367 | | - android:id="@+id/e_rec_dir" |
| 367 | + android:id="@+id/eRecDir" |
368 | 368 | android:layout_width="match_parent" |
369 | 369 | android:layout_height="wrap_content" |
370 | 370 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
381 | 381 | android:text="@string/sett_rec_name" |
382 | 382 | android:textColor="@color/text" /> |
383 | 383 | <EditText |
384 | | - android:id="@+id/e_rec_name" |
| 384 | + android:id="@+id/eRecName" |
385 | 385 | android:layout_width="match_parent" |
386 | 386 | android:layout_height="wrap_content" |
387 | 387 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
411 | 411 | android:text="@string/sett_rec_chan" |
412 | 412 | android:textColor="@color/text" /> |
413 | 413 | <Spinner |
414 | | - android:id="@+id/sp_rec_channels" |
| 414 | + android:id="@+id/spRecChannels" |
415 | 415 | android:layout_width="match_parent" |
416 | 416 | android:layout_height="wrap_content" |
417 | 417 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
424 | 424 | android:text="@string/sett_rec_rate" |
425 | 425 | android:textColor="@color/text" /> |
426 | 426 | <SeekBar |
427 | | - android:id="@+id/sb_rec_rate" |
| 427 | + android:id="@+id/sbRecRate" |
428 | 428 | android:layout_width="match_parent" |
429 | 429 | android:layout_height="wrap_content" /> |
430 | 430 | <EditText |
431 | | - android:id="@+id/e_rec_rate" |
| 431 | + android:id="@+id/eRecRate" |
432 | 432 | android:layout_width="match_parent" |
433 | 433 | android:layout_height="wrap_content" |
434 | 434 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
442 | 442 | android:text="@string/sett_rec_enc" |
443 | 443 | android:textColor="@color/text" /> |
444 | 444 | <Spinner |
445 | | - android:id="@+id/sp_rec_enc" |
| 445 | + android:id="@+id/spRecEnc" |
446 | 446 | android:layout_width="match_parent" |
447 | 447 | android:layout_height="wrap_content" |
448 | 448 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
455 | 455 | android:text="@string/sett_rec_bitrate" |
456 | 456 | android:textColor="@color/text" /> |
457 | 457 | <SeekBar |
458 | | - android:id="@+id/sb_rec_bitrate" |
| 458 | + android:id="@+id/sbRecBitrate" |
459 | 459 | android:layout_width="match_parent" |
460 | 460 | android:layout_height="wrap_content" /> |
461 | 461 | <EditText |
462 | | - android:id="@+id/e_rec_bitrate" |
| 462 | + android:id="@+id/eRecBitrate" |
463 | 463 | android:layout_width="match_parent" |
464 | 464 | android:layout_height="wrap_content" |
465 | 465 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
475 | 475 | android:text="@string/sett_rec_buf_len" |
476 | 476 | android:textColor="@color/text" /> |
477 | 477 | <EditText |
478 | | - android:id="@+id/e_rec_buf_len" |
| 478 | + android:id="@+id/eRecBufLen" |
479 | 479 | android:layout_width="match_parent" |
480 | 480 | android:layout_height="wrap_content" |
481 | 481 | android:layout_marginHorizontal="@dimen/sett_margin" |
|
489 | 489 | android:text="@string/sett_rec_until" |
490 | 490 | android:textColor="@color/text" /> |
491 | 491 | <SeekBar |
492 | | - android:id="@+id/sb_rec_until" |
| 492 | + android:id="@+id/sbRecUntil" |
493 | 493 | android:layout_width="match_parent" |
494 | 494 | android:layout_height="wrap_content" /> |
495 | 495 | <EditText |
496 | | - android:id="@+id/e_rec_until" |
| 496 | + android:id="@+id/eRecUntil" |
497 | 497 | android:layout_width="match_parent" |
498 | 498 | android:layout_height="wrap_content" |
499 | 499 | android:layout_marginHorizontal="@dimen/sett_margin" |
500 | 500 | android:inputType="number" |
501 | 501 | android:textSize="@dimen/text_editbox" /> |
502 | 502 |
|
503 | 503 | <androidx.appcompat.widget.SwitchCompat |
504 | | - android:id="@+id/sw_rec_danorm" |
| 504 | + android:id="@+id/swRecDanorm" |
505 | 505 | android:layout_width="match_parent" |
506 | 506 | android:layout_height="wrap_content" |
507 | 507 | android:layout_margin="@dimen/sett_margin" |
|
514 | 514 | android:text="@string/sett_rec_gain" |
515 | 515 | android:textColor="@color/text" /> |
516 | 516 | <SeekBar |
517 | | - android:id="@+id/sb_rec_gain" |
| 517 | + android:id="@+id/sbRecGain" |
518 | 518 | android:layout_width="match_parent" |
519 | 519 | android:layout_height="wrap_content" /> |
520 | 520 | <EditText |
521 | | - android:id="@+id/e_rec_gain" |
| 521 | + android:id="@+id/eRecGain" |
522 | 522 | android:layout_width="match_parent" |
523 | 523 | android:layout_height="wrap_content" |
524 | 524 | android:layout_marginHorizontal="@dimen/sett_margin" |
525 | 525 | android:inputType="text" |
526 | 526 | android:textSize="@dimen/text_editbox" /> |
527 | 527 |
|
528 | 528 | <androidx.appcompat.widget.SwitchCompat |
529 | | - android:id="@+id/sw_rec_exclusive" |
| 529 | + android:id="@+id/swRecExclusive" |
530 | 530 | android:layout_width="match_parent" |
531 | 531 | android:layout_height="wrap_content" |
532 | 532 | android:layout_margin="@dimen/sett_margin" |
533 | 533 | android:text="@string/sett_rec_exclusive" /> |
534 | 534 |
|
535 | 535 | <androidx.appcompat.widget.SwitchCompat |
536 | | - android:id="@+id/sw_rec_list_add" |
| 536 | + android:id="@+id/swRecListAdd" |
537 | 537 | android:layout_width="match_parent" |
538 | 538 | android:layout_height="wrap_content" |
539 | 539 | android:layout_margin="@dimen/sett_margin" |
|
0 commit comments