diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 08:58:39 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 08:58:39 +0300 |
| commit | 6e1ea990c69f72ac0b3e49f46ce620aa8e873422 (patch) | |
| tree | 74d80e5259256ab8ef20bd784b89e899f80c41b9 /org.fox.ttrss/src/main/res/layout/feeds_row.xml | |
| parent | 0f57f56b841a223848454fd4476390c1957c1a1a (diff) | |
add rss_box icon
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/feeds_row.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/feeds_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row.xml b/org.fox.ttrss/src/main/res/layout/feeds_row.xml index 32e20c26..0f9c4e54 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml @@ -23,7 +23,7 @@ android:layout_weight="0" android:scaleType="fitXY" app:tint="?colorOnPrimaryContainer" - android:src="?ic_rss_box" /> + android:src="@drawable/rss" /> <TextView android:id="@+id/title" |