Add search

This commit is contained in:
Antonio Cappiello 2020-11-21 13:54:49 +01:00
parent 6eff64e7e1
commit 8c889f7a38
39 changed files with 999 additions and 93 deletions

View file

@ -40,7 +40,7 @@ public class DiscoverSongAdapter extends PagerAdapter {
@Override
public Object instantiateItem(@NonNull ViewGroup container, final int position) {
layoutInflater = LayoutInflater.from(context);
View view = layoutInflater.inflate(R.layout.item_discover_song, container, false);
View view = layoutInflater.inflate(R.layout.item_home_discover_song, container, false);
TextView title;
TextView desc;