use scrollview in linearlayout for playlist items

this approach is more flexible for future additions, e.g. further callbacks such
as playlist deletion.
This commit is contained in:
Henrik Friedrichsen
2019-03-04 19:13:39 +01:00
parent 7d948707fe
commit 92811a2ce3
4 changed files with 45 additions and 29 deletions

View File

@@ -37,8 +37,8 @@ mod theme;
mod ui;
use events::{Event, EventManager};
use ui::playlist::PlaylistEvent;
use queue::QueueChange;
use ui::playlist::PlaylistEvent;
fn init_logger(content: TextContent) {
let mut builder = env_logger::Builder::from_default_env();