diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml
index 011aa4c8b..a9cf31cf2 100644
--- a/app/src/main/res/layout/addfeed.xml
+++ b/app/src/main/res/layout/addfeed.xml
@@ -27,6 +27,8 @@
@@ -39,8 +41,10 @@
android:inputType="text"
android:imeOptions="actionSearch"
android:importantForAutofill="no"
- android:layout_marginLeft="8dp"
+ android:layout_marginStart="0dp"
+ android:layout_marginLeft="0dp"
android:layout_marginRight="8dp"
+ android:layout_marginEnd="8dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:hint="@string/search_podcast_hint"
@@ -109,16 +113,17 @@