diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 17:22:45 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 17:22:45 +0300 |
| commit | 10ae5ad31910949dd771ea28a7448454f2e3d64c (patch) | |
| tree | f338e6ff84644fd9c2ad4aa2102d76a615cb3710 /org.fox.ttrss/src/main/res | |
| parent | 4be33b1faf3ae819c7323af36bbebfe4d72e66c1 (diff) | |
experimental - switch to glide 4
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row.xml | 2 | ||||
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml | 2 |
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" /> |