summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 87734749..d7dbd6d9 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -42,7 +42,7 @@
android:max="100"
android:indeterminate="false" />
- <org.fox.ttrss.util.EnlargingImageView
+ <ImageView
android:id="@+id/flavor_image"
android:foreground="@drawable/ripple"
android:layout_width="match_parent"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index f9347788..09ce26df 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -43,7 +43,7 @@
android:max="100"
android:indeterminate="false" />
- <org.fox.ttrss.util.EnlargingImageView
+ <ImageView
android:id="@+id/flavor_image"
android:foreground="@drawable/ripple"
android:layout_width="match_parent"