mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
style: added icon for indexes
This commit is contained in:
parent
7160e3f4b9
commit
f26a123646
1 changed files with 4 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ import androidx.media3.common.util.UnstableApi;
|
||||||
import androidx.recyclerview.widget.RecyclerView;
|
import androidx.recyclerview.widget.RecyclerView;
|
||||||
|
|
||||||
import com.cappielloantonio.tempo.databinding.ItemLibraryMusicIndexBinding;
|
import com.cappielloantonio.tempo.databinding.ItemLibraryMusicIndexBinding;
|
||||||
|
import com.cappielloantonio.tempo.glide.CustomGlideRequest;
|
||||||
import com.cappielloantonio.tempo.helper.recyclerview.FastScrollbar;
|
import com.cappielloantonio.tempo.helper.recyclerview.FastScrollbar;
|
||||||
import com.cappielloantonio.tempo.interfaces.ClickCallback;
|
import com.cappielloantonio.tempo.interfaces.ClickCallback;
|
||||||
import com.cappielloantonio.tempo.subsonic.models.Artist;
|
import com.cappielloantonio.tempo.subsonic.models.Artist;
|
||||||
|
|
@ -42,10 +43,10 @@ public class MusicIndexAdapter extends RecyclerView.Adapter<MusicIndexAdapter.Vi
|
||||||
|
|
||||||
holder.item.musicIndexTitleTextView.setText(artist.getName());
|
holder.item.musicIndexTitleTextView.setText(artist.getName());
|
||||||
|
|
||||||
/* CustomGlideRequest.Builder
|
CustomGlideRequest.Builder
|
||||||
.from(holder.itemView.getContext(), artist.getName())
|
.from(holder.itemView.getContext(), artist.getName(), CustomGlideRequest.ResourceType.Directory)
|
||||||
.build()
|
.build()
|
||||||
.into(holder.item.musicIndexCoverImageView); */
|
.into(holder.item.musicIndexCoverImageView);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue