From 4117ba3e72cc0c529ebe266e17dc06a4bdccd98a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 May 2025 15:38:26 +0300 Subject: drop all views specific to article states in favor of updating necessary colors on viewholder bind --- .../res/layout/headlines_row_compact_active.xml | 109 -------- .../layout/headlines_row_compact_active_unread.xml | 110 --------- .../res/layout/headlines_row_compact_unread.xml | 110 --------- .../src/main/res/layout/headlines_row_unread.xml | 273 --------------------- 4 files changed, 602 deletions(-) delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml deleted file mode 100755 index 72ae99b8..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml deleted file mode 100755 index b2b3a21e..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_active_unread.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml deleted file mode 100755 index 2fbbe062..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file 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 deleted file mode 100755 index cff1502d..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf