diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index 047c4fd16..1bb51023f 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent" tools:context=".SearchFragment"> - - + @@ -320,10 +325,7 @@ android:id="@+id/search_recycler" android:layout_width="0dp" android:layout_height="0dp" - android:layout_marginLeft="10dp" - android:layout_marginRight="10dp" - android:layout_marginBottom="10dp" - android:layout_marginTop="20dp" + android:layout_margin="10dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"