diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-06-11 19:02:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 19:02:30 +0200 |
commit | 3974a2d0a9ddf9f84a694d23c22fcfc07b5a8b3c (patch) | |
tree | d34d00c6503fc9a2d375d62bd5e10838210ee58d /app | |
parent | f2b363685733c5e2621c93b04e5e363f2420e171 (diff) | |
parent | 5f53a602182ee2bcb195f6421f15f12ff9a3f07f (diff) | |
download | AntennaPod-3974a2d0a9ddf9f84a694d23c22fcfc07b5a8b3c.zip |
Merge pull request #5938 from ByteHamster/fix-additional-crash-4.4
Fix another crash on Android 4.4
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/feeditemlist_item.xml | 2 |
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 |