diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:10:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:10:22 +0300 |
| commit | f88aa097dfa381c63812c12c22f67dd3e97206a5 (patch) | |
| tree | 1baa2839b9d841dc4b989afd65e49a3298a73c25 /org.fox.ttrss/src/main/res/layout/feeds_row.xml | |
| parent | db7ee817acf63360ac0dbf0422f95f7673392440 (diff) | |
drop all custom/hardcoded color refs, replace with m3 theme alternatives
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, 0 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 3ebcf0eb..32e20c26 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row.xml @@ -37,7 +37,6 @@ android:paddingEnd="16dp" android:singleLine="true" tools:text="Feed title" - android:textColor="?feedlistTextColor" android:textSize="14sp" /> <TextView |