Now playing state management
This commit is contained in:
parent
90bca59192
commit
03723b62eb
9 changed files with 177 additions and 67 deletions
|
@ -0,0 +1,8 @@
|
|||
package code.name.monkey.retromusic.state
|
||||
|
||||
enum class NowPlayingPanelState {
|
||||
EXPAND,
|
||||
COLLAPSED_WITH,
|
||||
COLLAPSED_WITHOUT,
|
||||
HIDE,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue