diff options
-rw-r--r-- | app/src/main/res/layout/feeditemlist_header.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml index 6d96141a2..6bd31ed9d 100644 --- a/app/src/main/res/layout/feeditemlist_header.xml +++ b/app/src/main/res/layout/feeditemlist_header.xml @@ -71,7 +71,7 @@ android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:scaleType="fitXY" - android:src="@drawable/ic_rounded_corner_left" /> + app:srcCompat="@drawable/ic_rounded_corner_left" /> <ImageView android:layout_width="12dp" @@ -79,7 +79,7 @@ android:layout_alignParentBottom="true" android:layout_alignParentRight="true" android:scaleType="fitXY" - android:src="@drawable/ic_rounded_corner_right" /> + app:srcCompat="@drawable/ic_rounded_corner_right" /> <androidx.cardview.widget.CardView android:id="@+id/coverHolder" |