|
568 | 568 | android:layout_width="match_parent" |
569 | 569 | android:layout_height="wrap_content" |
570 | 570 | android:orientation="horizontal" |
571 | | - android:paddingBottom="10dp" |
| 571 | + android:paddingVertical="5dp" |
572 | 572 | android:visibility="gone" |
573 | 573 | tools:visibility="visible"> |
574 | 574 | <com.google.android.material.button.MaterialButton |
|
651 | 651 | android:id="@+id/result_next_series_button" |
652 | 652 | style="@style/WhiteButton" |
653 | 653 | android:layout_width="match_parent" |
654 | | - android:layout_marginBottom="10dp" |
| 654 | + android:layout_marginVertical="5dp" |
655 | 655 | android:layout_gravity="center_vertical" |
656 | 656 | android:layout_marginStart="0dp" |
657 | 657 | android:layout_marginEnd="0dp" |
|
674 | 674 | android:id="@+id/result_play_parent" |
675 | 675 | android:layout_width="match_parent" |
676 | 676 | android:layout_height="wrap_content" |
677 | | - android:layout_marginBottom="10dp"> |
| 677 | + android:layout_marginVertical="5dp"> |
678 | 678 | <com.google.android.material.button.MaterialButton |
679 | 679 | android:id="@+id/result_play_movie" |
680 | 680 | style="@style/WhiteButton" |
|
714 | 714 | android:id="@+id/download_button" |
715 | 715 | android:layout_width="match_parent" |
716 | 716 | android:layout_height="wrap_content" |
| 717 | + android:layout_marginTop="5dp" |
717 | 718 | app:download_layout="@layout/download_button_layout" /> |
718 | 719 |
|
719 | 720 | <!--<androidx.core.widget.ContentLoadingProgressBar |
|
0 commit comments