Now playing state management

This commit is contained in:
Hemanth S 2020-09-17 23:26:59 +05:30
parent 90bca59192
commit 03723b62eb
9 changed files with 177 additions and 67 deletions

View file

@ -0,0 +1,8 @@
package code.name.monkey.retromusic.state
enum class NowPlayingPanelState {
EXPAND,
COLLAPSED_WITH,
COLLAPSED_WITHOUT,
HIDE,
}