summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-15 21:44:02 +0200
committerByteHamster <info@bytehamster.com>2021-04-21 23:05:42 +0200
commitbd7793ffd49a914ced95f82b3ea7633972eb738a (patch)
tree234c031ee6022dc0ca36657eebf3e36fe9ed3960 /app/src/main/res/layout/feeditemlist_item.xml
parentd51e9c7625e0cf1d72c17e908312b7dd42363622 (diff)
downloadAntennaPod-bd7793ffd49a914ced95f82b3ea7633972eb738a.zip
Deleted duplicate resources
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_item.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml
index 63092cfb3..37b88d1b5 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -114,24 +114,21 @@
<ImageView
android:layout_width="14sp"
android:layout_height="14sp"
- app:srcCompat="?attr/type_video"
- tools:srcCompat="@drawable/ic_videocam_black_24dp"
+ app:srcCompat="@drawable/ic_videocam"
android:contentDescription="@string/media_type_video_label"
android:id="@+id/ivIsVideo"/>
<ImageView
android:layout_width="14sp"
android:layout_height="14sp"
- app:srcCompat="?attr/ic_unfav"
- tools:srcCompat="@drawable/ic_star_black"
+ app:srcCompat="@drawable/ic_star"
android:contentDescription="@string/is_favorite_label"
android:id="@+id/isFavorite"/>
<ImageView
android:layout_width="14sp"
android:layout_height="14sp"
- app:srcCompat="?attr/stat_playlist"
- tools:srcCompat="@drawable/ic_playlist_black"
+ app:srcCompat="@drawable/ic_playlist"
android:contentDescription="@string/in_queue_label"
android:id="@+id/ivInPlaylist"/>