Skip to content

Commit 6121229

Browse files
authored
Merge pull request #9769 from pratyaksh1610/branch-9765
Fix progress bar scaling on thumbnail in playlists card view
2 parents 4b050c0 + f0307b1 commit 6121229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<org.schabi.newpipe.views.AnimatedProgressBar
8787
android:id="@+id/itemProgressView"
8888
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
89-
android:layout_width="wrap_content"
89+
android:layout_width="0dp"
9090
android:layout_height="4dp"
9191
android:progressDrawable="?progress_horizontal_drawable"
9292
app:layout_constraintBottom_toBottomOf="@id/itemThumbnailView"

0 commit comments

Comments
 (0)