[Album Cover Style] Removed Material Album cover style which was almost similar to Normal Album Style and Fixed Normal Album Style

This commit is contained in:
Prathamesh More 2021-12-28 14:05:36 +05:30
parent 91baedfc70
commit 22451b3cf1
4 changed files with 4 additions and 35 deletions

View file

@ -148,7 +148,6 @@ class AlbumCoverPagerAdapter(
AlbumCoverStyle.Flat -> R.layout.fragment_album_flat_cover
AlbumCoverStyle.Circle -> R.layout.fragment_album_circle_cover
AlbumCoverStyle.Card -> R.layout.fragment_album_card_cover
AlbumCoverStyle.Material -> R.layout.fragment_album_material_cover
AlbumCoverStyle.Full -> R.layout.fragment_album_full_cover
AlbumCoverStyle.FullCard -> R.layout.fragment_album_full_card_cover
}