Replaced the selectors with the ones from cabinet to fix the ripple flickering bug.
This commit is contained in:
parent
fe3657707b
commit
5dd57ef3ed
24 changed files with 64 additions and 78 deletions
|
|
@ -104,9 +104,11 @@ public class SongAdapter extends RecyclerView.Adapter<SongAdapter.ViewHolder> {
|
|||
final ImageView albumArt;
|
||||
final View separator;
|
||||
final View short_separator;
|
||||
final View view;
|
||||
|
||||
public ViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
view = itemView;
|
||||
songTitle = (TextView) itemView.findViewById(R.id.song_title);
|
||||
songInfo = (TextView) itemView.findViewById(R.id.song_info);
|
||||
albumArt = (ImageView) itemView.findViewById(R.id.album_art);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue