|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:app="http://schemas.android.com/apk/res-auto" |
3 | 4 | xmlns:tools="http://schemas.android.com/tools" |
4 | 5 | android:layout_width="match_parent" |
5 | 6 | android:layout_height="match_parent" |
|
129 | 130 | android:layout_height="1dp" |
130 | 131 | android:layout_below="@id/tempoControl" |
131 | 132 | android:layout_marginStart="12dp" |
132 | | - android:layout_marginTop="4dp" |
| 133 | + android:layout_marginTop="5dp" |
133 | 134 | android:layout_marginEnd="12dp" |
134 | | - android:layout_marginBottom="4dp" |
| 135 | + android:layout_marginBottom="5dp" |
135 | 136 | android:background="?attr/separator_color" /> |
136 | 137 |
|
137 | 138 | <org.schabi.newpipe.views.NewPipeTextView |
|
252 | 253 | android:id="@+id/pitchSemitoneControl" |
253 | 254 | android:layout_width="match_parent" |
254 | 255 | android:layout_height="match_parent" |
255 | | - android:orientation="horizontal"> |
| 256 | + android:orientation="horizontal" |
| 257 | + tools:visibility="gone"> |
256 | 258 |
|
257 | 259 | <org.schabi.newpipe.views.NewPipeTextView |
258 | 260 | android:id="@+id/pitchSemitoneStepDown" |
|
299 | 301 | android:gravity="center" |
300 | 302 | android:textColor="?attr/colorAccent" |
301 | 303 | android:textStyle="bold" |
302 | | - tools:text="0" /> |
| 304 | + tools:text="0" |
| 305 | + tools:ignore="RelativeOverlap" /> |
303 | 306 |
|
304 | 307 | <org.schabi.newpipe.views.NewPipeTextView |
305 | 308 | android:id="@+id/pitchSemitoneMaximumText" |
|
348 | 351 | android:layout_height="1dp" |
349 | 352 | android:layout_below="@+id/pitchControlContainer" |
350 | 353 | android:layout_marginStart="12dp" |
351 | | - android:layout_marginTop="4dp" |
| 354 | + android:layout_marginTop="5dp" |
352 | 355 | android:layout_marginEnd="12dp" |
353 | | - android:layout_marginBottom="4dp" |
| 356 | + android:layout_marginBottom="5dp" |
354 | 357 | android:background="?attr/separator_color" /> |
355 | 358 |
|
356 | 359 | <LinearLayout |
|
380 | 383 | android:clickable="true" |
381 | 384 | android:focusable="true" |
382 | 385 | android:gravity="center" |
383 | | - android:textColor="?attr/colorAccent" /> |
| 386 | + android:textColor="?attr/colorAccent" |
| 387 | + tools:text="1%" /> |
384 | 388 |
|
385 | 389 | <org.schabi.newpipe.views.NewPipeTextView |
386 | 390 | android:id="@+id/stepSizeFivePercent" |
|
391 | 395 | android:clickable="true" |
392 | 396 | android:focusable="true" |
393 | 397 | android:gravity="center" |
394 | | - android:textColor="?attr/colorAccent" /> |
| 398 | + android:textColor="?attr/colorAccent" |
| 399 | + tools:text="5%" /> |
395 | 400 |
|
396 | 401 | <org.schabi.newpipe.views.NewPipeTextView |
397 | 402 | android:id="@+id/stepSizeTenPercent" |
|
402 | 407 | android:clickable="true" |
403 | 408 | android:focusable="true" |
404 | 409 | android:gravity="center" |
405 | | - android:textColor="?attr/colorAccent" /> |
| 410 | + android:textColor="?attr/colorAccent" |
| 411 | + tools:text="10%" /> |
406 | 412 |
|
407 | 413 | <org.schabi.newpipe.views.NewPipeTextView |
408 | 414 | android:id="@+id/stepSizeTwentyFivePercent" |
|
413 | 419 | android:clickable="true" |
414 | 420 | android:focusable="true" |
415 | 421 | android:gravity="center" |
416 | | - android:textColor="?attr/colorAccent" /> |
| 422 | + android:textColor="?attr/colorAccent" |
| 423 | + tools:text="25%" /> |
417 | 424 |
|
418 | | - <TextView |
| 425 | + <org.schabi.newpipe.views.NewPipeTextView |
419 | 426 | android:id="@+id/stepSizeOneHundredPercent" |
420 | 427 | android:layout_width="0dp" |
421 | 428 | android:layout_height="match_parent" |
|
424 | 431 | android:clickable="true" |
425 | 432 | android:focusable="true" |
426 | 433 | android:gravity="center" |
427 | | - android:textColor="?attr/colorAccent" /> |
| 434 | + android:textColor="?attr/colorAccent" |
| 435 | + tools:text="100%" /> |
428 | 436 | </LinearLayout> |
429 | 437 |
|
430 | 438 | <View |
|
433 | 441 | android:layout_height="1dp" |
434 | 442 | android:layout_below="@+id/stepSizeSelector" |
435 | 443 | android:layout_marginStart="12dp" |
436 | | - android:layout_marginTop="4dp" |
| 444 | + android:layout_marginTop="5dp" |
437 | 445 | android:layout_marginEnd="12dp" |
438 | | - android:layout_marginBottom="4dp" |
| 446 | + android:layout_marginBottom="5dp" |
439 | 447 | android:background="?attr/separator_color" /> |
440 | 448 |
|
441 | 449 | <LinearLayout |
|
0 commit comments