mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Reverted corner rounding in playlist adapters
This commit is contained in:
parent
3e9ae1bb6c
commit
8ede5fffea
2 changed files with 0 additions and 2 deletions
|
|
@ -53,7 +53,6 @@ public class PlaylistAdapter extends RecyclerView.Adapter<PlaylistAdapter.ViewHo
|
||||||
CustomGlideRequest.Builder
|
CustomGlideRequest.Builder
|
||||||
.from(context, playlist.getPrimary(), CustomGlideRequest.PLAYLIST_PIC)
|
.from(context, playlist.getPrimary(), CustomGlideRequest.PLAYLIST_PIC)
|
||||||
.build()
|
.build()
|
||||||
.transform(new RoundedCorners(CustomGlideRequest.CORNER_RADIUS))
|
|
||||||
.into(holder.cover);
|
.into(holder.cover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,6 @@ public class PlaylistCatalogueAdapter extends RecyclerView.Adapter<PlaylistCatal
|
||||||
CustomGlideRequest.Builder
|
CustomGlideRequest.Builder
|
||||||
.from(context, playlist.getPrimary(), CustomGlideRequest.PLAYLIST_PIC)
|
.from(context, playlist.getPrimary(), CustomGlideRequest.PLAYLIST_PIC)
|
||||||
.build()
|
.build()
|
||||||
.transform(new RoundedCorners(CustomGlideRequest.CORNER_RADIUS))
|
|
||||||
.into(holder.cover);
|
.into(holder.cover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue