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:
parent
5c1a88b32b
commit
010b771373
5 changed files with 73 additions and 73 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue