From 8e61244404cf5027b7a4f9c7dd0e2f7419dba8ce Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 May 2025 17:40:03 +0300 Subject: wip recycler feeds --- .../src/main/res/layout/drawer_divider.xml | 15 ----- .../src/main/res/layout/drawer_header.xml | 70 ---------------------- org.fox.ttrss/src/main/res/layout/feeds_goback.xml | 38 ------------ .../src/main/res/layout/feeds_row_divider.xml | 15 +++++ .../src/main/res/layout/feeds_row_goback.xml | 38 ++++++++++++ .../src/main/res/layout/feeds_row_header.xml | 70 ++++++++++++++++++++++ .../main/res/layout/fragment_feeds_recycler.xml | 18 ++++++ 7 files changed, 141 insertions(+), 123 deletions(-) delete mode 100644 org.fox.ttrss/src/main/res/layout/drawer_divider.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/drawer_header.xml delete mode 100755 org.fox.ttrss/src/main/res/layout/feeds_goback.xml create mode 100644 org.fox.ttrss/src/main/res/layout/feeds_row_divider.xml create mode 100755 org.fox.ttrss/src/main/res/layout/feeds_row_goback.xml create mode 100755 org.fox.ttrss/src/main/res/layout/feeds_row_header.xml create mode 100755 org.fox.ttrss/src/main/res/layout/fragment_feeds_recycler.xml (limited to 'org.fox.ttrss/src/main/res/layout') diff --git a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml b/org.fox.ttrss/src/main/res/layout/drawer_divider.xml deleted file mode 100644 index 55aa5fdc..00000000 --- a/org.fox.ttrss/src/main/res/layout/drawer_divider.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml deleted file mode 100755 index f4954259..00000000 --- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml b/org.fox.ttrss/src/main/res/layout/feeds_goback.xml deleted file mode 100755 index 75ba8fe1..00000000 --- a/org.fox.ttrss/src/main/res/layout/feeds_goback.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_divider.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_divider.xml new file mode 100644 index 00000000..55aa5fdc --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_divider.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_goback.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_goback.xml new file mode 100755 index 00000000..75ba8fe1 --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_goback.xml @@ -0,0 +1,38 @@ + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_header.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_header.xml new file mode 100755 index 00000000..f4954259 --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/feeds_row_header.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/fragment_feeds_recycler.xml b/org.fox.ttrss/src/main/res/layout/fragment_feeds_recycler.xml new file mode 100755 index 00000000..1ed85a5b --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout/fragment_feeds_recycler.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf