summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-15 21:21:31 +0200
committerByteHamster <info@bytehamster.com>2021-04-18 17:05:04 +0200
commitd51e9c7625e0cf1d72c17e908312b7dd42363622 (patch)
tree02329281c174705226799b4b82271dba5d5e1640 /app/src/main/res/layout/feeditemlist_item.xml
parent5c8163184325cabe371200994dbc14a4ab70d54c (diff)
downloadAntennaPod-d51e9c7625e0cf1d72c17e908312b7dd42363622.zip
Use VectorDrawable compat library
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 e1f382e46..63092cfb3 100644
--- a/app/src/main/res/layout/feeditemlist_item.xml
+++ b/app/src/main/res/layout/feeditemlist_item.xml
@@ -35,7 +35,7 @@
android:layout_height="match_parent"
android:importantForAccessibility="no"
android:scaleType="fitCenter"
- android:src="?attr/dragview_background"
+ app:srcCompat="?attr/dragview_background"
android:paddingStart="0dp"
android:paddingLeft="0dp"
android:paddingEnd="4dp"