mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Add marquee text effect to song items
This commit is contained in:
@@ -75,6 +75,8 @@ public class PlayerSongQueueAdapter extends RecyclerView.Adapter<PlayerSongQueue
|
||||
cover = itemView.findViewById(R.id.queue_song_cover_image_view);
|
||||
|
||||
itemView.setOnClickListener(this);
|
||||
|
||||
songTitle.setSelected(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -87,6 +87,8 @@ public class SongResultSearchAdapter extends RecyclerView.Adapter<SongResultSear
|
||||
|
||||
itemView.setOnClickListener(this);
|
||||
itemView.setOnLongClickListener(this);
|
||||
|
||||
songTitle.setSelected(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user