Skip to content

Commit cd0e585

Browse files
authored
Merge pull request TeamNewPipe#9568 from pratyaksh1610/branch-add-play-all-icon
Added icon for "Play All"
2 parents 4642477 + d255d3e commit cd0e585

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<org.schabi.newpipe.views.NewPipeTextView
4949
android:layout_width="wrap_content"
5050
android:layout_height="wrap_content"
51+
android:drawableStart="@drawable/ic_playlist_play"
52+
android:drawablePadding="4dp"
5153
android:gravity="center_vertical"
5254
android:text="@string/play_all"
5355
android:textColor="?attr/colorAccent"

0 commit comments

Comments
 (0)