diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 12:13:04 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 12:13:04 +0300 |
| commit | 046aaae1ed5e1cf1c0b14d908bfbfb468c41af27 (patch) | |
| tree | 0c1c2a22dd244c6cddaf2c27190336930cb1bd50 /org.fox.ttrss/src/main/res/layout/fragment_feeds.xml | |
| parent | abf6698d877bac87c95a8aa749a5ae363b15d74a (diff) | |
fix missing left/right margin on feedlist
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_feeds.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_feeds.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 277d5d3f..3fe12847 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml @@ -77,13 +77,14 @@ <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@+id/feeds_swipe_container" app:layout_behavior="@string/appbar_scrolling_view_behavior" + android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" android:layout_width="match_parent" android:layout_height="wrap_content"> <org.fox.ttrss.util.ContextMenuRecyclerView android:id="@+id/feeds" android:scrollbars="vertical" - android:layout_width="match_parent" android:layout_height="wrap_content" /> |