From aa4a93a5b640b2d01c00b39d218ca7daa49a7b09 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Mon, 9 Nov 2020 22:52:34 +0100 Subject: Re-added toolbar to gpodder main fragment and removed unused gpodder search fragment --- app/src/main/res/layout/gpodnet_podcast_list.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/gpodnet_podcast_list.xml b/app/src/main/res/layout/gpodnet_podcast_list.xml index ae0a400f1..a6918f8d4 100644 --- a/app/src/main/res/layout/gpodnet_podcast_list.xml +++ b/app/src/main/res/layout/gpodnet_podcast_list.xml @@ -2,18 +2,9 @@ - - Date: Tue, 10 Nov 2020 22:53:37 -0800 Subject: hide suggestion by iTunes when the user hides suggestions --- app/src/main/res/layout/quick_feed_discovery.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml index 0c55311e3..48809483c 100644 --- a/app/src/main/res/layout/quick_feed_discovery.xml +++ b/app/src/main/res/layout/quick_feed_discovery.xml @@ -85,6 +85,7 @@ Date: Thu, 12 Nov 2020 02:50:29 +0530 Subject: Use of ViewBinding in AddFeedFragment (#4647) --- app/src/main/res/layout/addfeed.xml | 18 +++++++++--------- app/src/main/res/layout/edit_text_dialog.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml index ee57fdbed..d6ebd58d7 100644 --- a/app/src/main/res/layout/addfeed.xml +++ b/app/src/main/res/layout/addfeed.xml @@ -35,11 +35,11 @@ android:layout_marginRight="8dp" android:contentDescription="@string/search_podcast_hint" app:srcCompat="?attr/action_search" - android:id="@+id/search_icon" + android:id="@+id/searchButton" android:scaleType="center"/> + android:id="@+id/urlEditText" /> -- cgit v1.2.3 From b05bc72ee0f148006b21677b95cf82a8f4751035 Mon Sep 17 00:00:00 2001 From: Tony Tam <149837+tonytamsf@users.noreply.github.com> Date: Thu, 26 Nov 2020 09:19:10 -0800 Subject: Change button size to 48dp (#4705) --- app/src/main/res/layout/quick_feed_discovery.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml index 48809483c..dd720afed 100644 --- a/app/src/main/res/layout/quick_feed_discovery.xml +++ b/app/src/main/res/layout/quick_feed_discovery.xml @@ -23,7 +23,7 @@