Kotlin code refactor

This commit is contained in:
Hemanth S 2020-05-24 03:56:45 +05:30
parent a5cc0572a8
commit 229393e766
14 changed files with 71 additions and 163 deletions

View file

@ -54,6 +54,8 @@ object Constants {
}
const val EXTRA_SONG = "extra_songs"
const val EXTRA_PLAYLIST = "extra_list"
const val LIBRARY_CATEGORIES = "library_categories"
const val EXTRA_SONG_INFO = "extra_song_info"
const val DESATURATED_COLOR = "desaturated_color"