added icon for play all
This commit is contained in:
parent
5942add141
commit
d255d3e376
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
||||||
<org.schabi.newpipe.views.NewPipeTextView
|
<org.schabi.newpipe.views.NewPipeTextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:drawableStart="@drawable/ic_playlist_play"
|
||||||
|
android:drawablePadding="4dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:text="@string/play_all"
|
android:text="@string/play_all"
|
||||||
android:textColor="?attr/colorAccent"
|
android:textColor="?attr/colorAccent"
|
||||||
|
|
Loading…
Reference in a new issue