1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-01 10:27:57 +00:00

Merge pull request #9769 from pratyaksh1610/branch-9765

Fix progress bar scaling on thumbnail in playlists card view
This commit is contained in:
Stypox
2023-02-25 14:50:07 +01:00
committed by GitHub

View File

@@ -86,7 +86,7 @@
<org.schabi.newpipe.views.AnimatedProgressBar
android:id="@+id/itemProgressView"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="4dp"
android:progressDrawable="?progress_horizontal_drawable"
app:layout_constraintBottom_toBottomOf="@id/itemThumbnailView"