mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
style: modified placeholder icon background colors and added folder icon
This commit is contained in:
parent
24b3161a8e
commit
7160e3f4b9
10 changed files with 28 additions and 8 deletions
|
|
@ -36,6 +36,7 @@ public class CustomGlideRequest {
|
|||
Unknown,
|
||||
Album,
|
||||
Artist,
|
||||
Folder,
|
||||
Directory,
|
||||
Playlist,
|
||||
Podcast,
|
||||
|
|
@ -60,6 +61,8 @@ public class CustomGlideRequest {
|
|||
return AppCompatResources.getDrawable(context, R.drawable.ic_placeholder_album);
|
||||
case Artist:
|
||||
return AppCompatResources.getDrawable(context, R.drawable.ic_placeholder_artist);
|
||||
case Folder:
|
||||
return AppCompatResources.getDrawable(context, R.drawable.ic_placeholder_folder);
|
||||
case Directory:
|
||||
return AppCompatResources.getDrawable(context, R.drawable.ic_placeholder_directory);
|
||||
case Playlist:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue