SearchSuggestion: Align text size with other components

This commit is contained in:
Rahul Patel
2024-08-26 23:52:31 +05:30
committed by Aayush Gupta
parent 74373d478b
commit de38347430
2 changed files with 4 additions and 3 deletions

View File

@@ -43,6 +43,7 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/divider" />
android:layout_below="@+id/divider"
tools:listitem="@layout/view_search_suggestion" />
</RelativeLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>