diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 21:51:19 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 21:51:19 +0300 |
| commit | 2ee7833ca1b401b76a04c88820589ddd527de09b (patch) | |
| tree | 46c8c3c7cbc0fada392802404ee6cc0ab90c8f97 /org.fox.ttrss/src/main/res/layout/feeds_row.xml | |
| parent | 0f266fe79ee830eb74ba1ddbdfb457eae07d8ccd (diff) | |
reimport most material icons as uptodate vector resources
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 | 1 |
1 files changed, 1 insertions, 0 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 cfdc284d..97235dd1 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml @@ -22,6 +22,7 @@ android:layout_height="21dp" android:layout_weight="0" android:scaleType="fitXY" + app:tint="?colorOnPrimaryContainer" android:src="?ic_rss_box" /> <TextView |