Skip to content

Commit 5370d01

Browse files
authored
minor ui fixes (#2191)
1 parent 73a98be commit 5370d01

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/src/main/res/layout/fragment_result.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
android:layout_width="match_parent"
569569
android:layout_height="wrap_content"
570570
android:orientation="horizontal"
571-
android:paddingBottom="10dp"
571+
android:paddingVertical="5dp"
572572
android:visibility="gone"
573573
tools:visibility="visible">
574574
<com.google.android.material.button.MaterialButton
@@ -651,7 +651,7 @@
651651
android:id="@+id/result_next_series_button"
652652
style="@style/WhiteButton"
653653
android:layout_width="match_parent"
654-
android:layout_marginBottom="10dp"
654+
android:layout_marginVertical="5dp"
655655
android:layout_gravity="center_vertical"
656656
android:layout_marginStart="0dp"
657657
android:layout_marginEnd="0dp"
@@ -674,7 +674,7 @@
674674
android:id="@+id/result_play_parent"
675675
android:layout_width="match_parent"
676676
android:layout_height="wrap_content"
677-
android:layout_marginBottom="10dp">
677+
android:layout_marginVertical="5dp">
678678
<com.google.android.material.button.MaterialButton
679679
android:id="@+id/result_play_movie"
680680
style="@style/WhiteButton"
@@ -714,6 +714,7 @@
714714
android:id="@+id/download_button"
715715
android:layout_width="match_parent"
716716
android:layout_height="wrap_content"
717+
android:layout_marginTop="5dp"
717718
app:download_layout="@layout/download_button_layout" />
718719

719720
<!--<androidx.core.widget.ContentLoadingProgressBar

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@
10521052
<item name="trackThickness">@dimen/circular_progress_thickness</item>
10531053
<item name="android:layout_gravity">center</item>
10541054
<item name="indicatorColor">@color/white</item>
1055+
<item name="indicatorTrackGapSize">0dp</item>
10551056
</style>
10561057

10571058
<style name="HomePlayUnderlayProgress" parent="PlayUnderlayProgress">

0 commit comments

Comments
 (0)