summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/search_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/search_fragment.xml')
-rw-r--r--app/src/main/res/layout/search_fragment.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/search_fragment.xml b/app/src/main/res/layout/search_fragment.xml
index 371f94e34..ff40af775 100644
--- a/app/src/main/res/layout/search_fragment.xml
+++ b/app/src/main/res/layout/search_fragment.xml
@@ -24,7 +24,19 @@
<androidx.recyclerview.widget.RecyclerView
android:layout_below="@id/toolbar"
+ android:id="@+id/recyclerViewFeeds"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="12dp"
+ android:paddingRight="12dp"
+ android:clipToPadding="false"/>
+
+ <androidx.recyclerview.widget.RecyclerView
+ android:layout_below="@id/recyclerViewFeeds"
android:id="@+id/recyclerView"
+ android:layout_marginTop="-4dp"
+ android:paddingTop="12dp"
+ android:clipToPadding="false"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>