From 191ba10cf398212e25e80114a43100dfdcfa55ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2025 08:05:26 +0300 Subject: switch feeds to recycler view while removing most of legacy code --- .../src/main/res/layout/fragment_feeds.xml | 96 +++++++++++++++++----- 1 file changed, 77 insertions(+), 19 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/fragment_feeds.xml') diff --git a/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml b/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml index bf26e3fc..9f57dda2 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml @@ -1,24 +1,82 @@ - + android:layout_width="match_parent" + android:layout_height="wrap_content"> - - - + + - + android:layout_height="wrap_content"> + + + + + + + + + + + + + + + + + - \ No newline at end of file + + -- cgit v1.2.3-54-g00ecf