summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
-rw-r--r--res/layout/headlines_row_selected.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 0e600daa..b8c4516a 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -79,18 +79,16 @@
android:layout_gravity="center"
android:layout_height="wrap_content" >
- <ImageView
+ <org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:background="@drawable/flavor_image_border"
- android:cropToPadding="true"
- android:maxHeight="256dp"
- android:padding="1dp"
- android:scaleType="centerInside"
- android:src="@null"
+ android:scaleType="fitCenter"
+ android:cropToPadding="true"
+ android:padding="2dp"
android:visibility="gone" />
</FrameLayout>