Fixed slow search because of Genres, and also added Playlists to Search results, Don't worry that won't slow the search.

This commit is contained in:
Prathamesh More 2022-01-29 00:28:16 +05:30
parent 5c1a88b32b
commit 010b771373
5 changed files with 73 additions and 73 deletions

View file

@ -117,6 +117,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/genres" />
<com.google.android.material.chip.Chip
android:id="@+id/chip_playlists"
style="@style/SearchChipStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/playlists" />
</com.google.android.material.chip.ChipGroup>
</HorizontalScrollView>