From 283bd84b73f38884ecd982da6972dd19e8103559 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 May 2025 09:58:13 +0300 Subject: use tertiary colors for selected row views --- .../src/main/res/layout/feeds_row_selected.xml | 8 +- .../res/layout/headlines_row_compact_selected.xml | 136 ++++++++++++++++++++ .../headlines_row_compact_selected_unread.xml | 131 +++++++++++++++++++ .../res/layout/headlines_row_compact_unread.xml | 122 ++++++++++++++++++ .../res/layout/headlines_row_selected_compact.xml | 138 --------------------- .../headlines_row_selected_unread_compact.xml | 134 -------------------- .../res/layout/headlines_row_unread_compact.xml | 122 ------------------ 7 files changed, 393 insertions(+), 398 deletions(-) create mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected.xml create mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml create 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_selected_compact.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml index 3e9255b5..c12c732d 100755 --- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml @@ -4,8 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - app:cardBackgroundColor="?attr/colorSurfaceContainerHighest" - android:backgroundTint="?colorSurfaceDim" + app:strokeWidth="0dp" + app:cardBackgroundColor="?colorTertiaryContainer" android:layout_height="wrap_content"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml new file mode 100755 index 00000000..0d8d930d --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_selected_unread.xml @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100755 index 00000000..222d19d1 --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact_unread.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml deleted file mode 100755 index 9b7db471..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_compact.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml deleted file mode 100755 index 7d083908..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml deleted file mode 100755 index 222d19d1..00000000 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf