mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Merge pull request #9769 from pratyaksh1610/branch-9765
Fix progress bar scaling on thumbnail in playlists card view
This commit is contained in:
commit
612122997b
@ -86,7 +86,7 @@
|
|||||||
<org.schabi.newpipe.views.AnimatedProgressBar
|
<org.schabi.newpipe.views.AnimatedProgressBar
|
||||||
android:id="@+id/itemProgressView"
|
android:id="@+id/itemProgressView"
|
||||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="4dp"
|
android:layout_height="4dp"
|
||||||
android:progressDrawable="?progress_horizontal_drawable"
|
android:progressDrawable="?progress_horizontal_drawable"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/itemThumbnailView"
|
app:layout_constraintBottom_toBottomOf="@id/itemThumbnailView"
|
||||||
|
Loading…
Reference in New Issue
Block a user