summaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-06-11 17:07:20 +0200
committerByteHamster <info@bytehamster.com>2022-06-11 17:07:20 +0200
commit5f53a602182ee2bcb195f6421f15f12ff9a3f07f (patch)
tree2a83273a6aebae46bf9f5c48358ae96a1218a916 /app/src/main
parentdf53c5bfe57e95211fd6e3f90b4c2480cf5f7bf9 (diff)
downloadAntennaPod-5f53a602182ee2bcb195f6421f15f12ff9a3f07f.zip
Fix another crash on Android 4.4
Diffstat (limited to 'app/src/main')
-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..b6a332acc 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -117,8 +117,8 @@
android:layout_height="14sp"
android:layout_marginRight="4dp"
android:layout_marginEnd="4dp"
- android:src="@drawable/ic_inbox"
android:contentDescription="@string/is_inbox_label"
+ app:srcCompat="@drawable/ic_inbox"
app:tint="?attr/colorAccent" />
<ImageView