Migrate SearchResultsActivity to fragment

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-22 23:13:47 +05:30
parent 43004cdf07
commit 0d7419f398
7 changed files with 95 additions and 95 deletions

View File

@@ -19,9 +19,11 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/coordinator"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
tools:context=".view.ui.search.SearchResultsFragment">
<RelativeLayout
android:layout_width="match_parent"