summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-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 3c0ecb20..d77ad6cc 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -123,7 +123,7 @@
android:adjustViewBounds="true"
android:background="@android:color/transparent"
android:cropToPadding="true"
- android:scaleType="centerCrop"
+ android:scaleType="fitCenter"
tools:src="@drawable/ic_launcher_background"
android:visibility="visible" />
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 7cae0fb1..7e5f7b48 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
@@ -124,7 +124,7 @@
android:adjustViewBounds="true"
android:background="@android:color/transparent"
android:cropToPadding="true"
- android:scaleType="centerCrop"
+ android:scaleType="fitCenter"
tools:src="@drawable/ic_launcher_background"
android:visibility="visible" />