From 61cf9b3405df202d9e2e5c86b18bc9c9585c6671 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 15 Sep 2024 10:27:43 +0200 Subject: [PATCH] Remove headings on add podcast page (#7405) --- app/src/main/res/layout/addfeed.xml | 11 +-- app/src/main/res/layout/home_section.xml | 2 +- ui/common/src/main/res/values/styles.xml | 2 +- .../discovery/QuickFeedDiscoveryFragment.java | 93 +++++++++---------- .../main/res/layout/quick_feed_discovery.xml | 63 ++++++------- ui/i18n/src/main/res/values/strings.xml | 3 +- 6 files changed, 72 insertions(+), 102 deletions(-) diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml index 15e44f2f9..e643fc98a 100644 --- a/app/src/main/res/layout/addfeed.xml +++ b/app/src/main/res/layout/addfeed.xml @@ -87,18 +87,9 @@ android:id="@+id/quickFeedDiscovery" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginVertical="16dp" android:name="de.danoeh.antennapod.ui.discovery.QuickFeedDiscoveryFragment" /> - - 0dp -