summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2022-06-12 16:32:30 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2022-06-12 16:32:30 -0400
commit756e76e19d9614328c9b541ab1e2f2dc1bc7d779 (patch)
tree42a7eb5cb104e1526e12d808872cb1545d31b7a2 /app/src/main/res/layout/feeditemlist_item.xml
parent992ca915a00f3aa47cca23d58462bb2b50668e3f (diff)
downloadAntennaPod-756e76e19d9614328c9b541ab1e2f2dc1bc7d779.zip
Use new material playlist drawables
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 675d3ee58..caca33527 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -140,7 +140,7 @@
android:layout_width="14sp"
android:layout_height="14sp"
android:contentDescription="@string/in_queue_label"
- app:srcCompat="@drawable/ic_playlist" />
+ app:srcCompat="@drawable/ic_playlist_play" />
<TextView
android:id="@+id/separatorIcons"