Merge pull request #9568 from pratyaksh1610/branch-add-play-all-icon

Added icon for "Play All"
This commit is contained in:
Stypox 2023-01-01 18:03:42 +01:00 committed by GitHub
commit cd0e585586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
<org.schabi.newpipe.views.NewPipeTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableStart="@drawable/ic_playlist_play"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:text="@string/play_all"
android:textColor="?attr/colorAccent"