diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 11:42:47 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-15 11:42:47 +0300 |
| commit | 50c5e76e25e3b8ff58aa829365ca1ec87c0d574e (patch) | |
| tree | 9e95ca910cb4b4122a7e58d545f02bd0755a2486 /org.fox.ttrss/src/main/res/layout/feeds_row.xml | |
| parent | 2923abeb0bc7ccc91ec3648262e780d12ac1fb23 (diff) | |
| parent | 91e1fdcbe23cd65610d0cef32023ac7bb6297232 (diff) | |
Merge branch 'protected/unified-headlines-loader' into 'master'
let's try setting active article when going back from detail mode, also stop...
See merge request tt-rss/tt-rss-android!32
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" |