|
58 | 58 | android:id="@+id/playbackControlsShadow" |
59 | 59 | android:layout_width="match_parent" |
60 | 60 | android:layout_height="match_parent" |
61 | | - android:visibility="gone" |
62 | 61 | android:layout_alignBottom="@+id/playbackControlRoot" |
63 | 62 | android:background="@color/video_overlay_color" |
| 63 | + android:visibility="gone" |
64 | 64 | tools:visibility="visible" /> |
65 | 65 |
|
66 | 66 | <!-- transparent background is needed for selectableItemBackgroundBorderless to work --> |
|
480 | 480 | android:padding="@dimen/player_main_buttons_padding" |
481 | 481 | android:scaleType="fitCenter" |
482 | 482 | android:visibility="gone" |
483 | | - app:tint="@color/white" |
484 | 483 | app:srcCompat="@drawable/ic_fullscreen" |
| 484 | + app:tint="@color/white" |
485 | 485 | tools:ignore="ContentDescription,RtlHardcoded" |
486 | 486 | tools:visibility="visible" /> |
487 | 487 | </LinearLayout> |
|
504 | 504 | android:clickable="true" |
505 | 505 | android:focusable="true" |
506 | 506 | android:scaleType="fitCenter" |
507 | | - app:tint="@color/white" |
508 | 507 | app:srcCompat="@drawable/ic_previous" |
| 508 | + app:tint="@color/white" |
509 | 509 | tools:ignore="ContentDescription" /> |
510 | 510 |
|
511 | 511 |
|
|
516 | 516 | android:layout_weight="1" |
517 | 517 | android:background="?attr/selectableItemBackgroundBorderless" |
518 | 518 | android:scaleType="fitCenter" |
519 | | - app:tint="@color/white" |
520 | 519 | app:srcCompat="@drawable/ic_pause" |
| 520 | + app:tint="@color/white" |
521 | 521 | tools:ignore="ContentDescription" /> |
522 | 522 |
|
523 | 523 | <androidx.appcompat.widget.AppCompatImageButton |
|
530 | 530 | android:clickable="true" |
531 | 531 | android:focusable="true" |
532 | 532 | android:scaleType="fitCenter" |
533 | | - app:tint="@color/white" |
534 | 533 | app:srcCompat="@drawable/ic_next" |
| 534 | + app:tint="@color/white" |
535 | 535 | tools:ignore="ContentDescription" /> |
536 | 536 |
|
537 | 537 | </LinearLayout> |
|
582 | 582 | android:focusable="true" |
583 | 583 | android:padding="10dp" |
584 | 584 | android:scaleType="fitXY" |
585 | | - app:tint="@color/white" |
586 | | - app:srcCompat="@drawable/ic_close" /> |
| 585 | + app:srcCompat="@drawable/ic_close" |
| 586 | + app:tint="@color/white" /> |
587 | 587 |
|
588 | 588 | <androidx.appcompat.widget.AppCompatImageButton |
589 | 589 | android:id="@+id/repeatButton" |
|
621 | 621 | <androidx.appcompat.widget.AppCompatTextView |
622 | 622 | android:id="@+id/itemsListHeaderDuration" |
623 | 623 | style="@style/TextAppearance.AppCompat.Medium" |
624 | | - android:gravity="center" |
625 | 624 | android:layout_width="wrap_content" |
626 | 625 | android:layout_height="wrap_content" |
627 | 626 | android:layout_centerVertical="true" |
628 | | - android:layout_toEndOf="@id/shuffleButton" |
629 | 627 | android:layout_toStartOf="@id/itemsListClose" |
| 628 | + android:layout_toEndOf="@id/shuffleButton" |
| 629 | + android:gravity="center" |
630 | 630 | android:textColor="@android:color/white" /> |
631 | 631 | </RelativeLayout> |
632 | 632 |
|
|
0 commit comments