Split discography, copy arl button, small fixes

This commit is contained in:
exttex 2020-09-03 21:17:53 +02:00
parent 4e5e3a3059
commit b9004c3004
7 changed files with 227 additions and 102 deletions

View file

@ -62,7 +62,16 @@ class _TrackTileState extends State<TrackTile> {
),
onTap: widget.onTap,
onLongPress: widget.onHold,
trailing: widget.trailing,
trailing: Row(
mainAxisSize: MainAxisSize.min,
children: [
Padding(
padding: EdgeInsets.symmetric(horizontal: 2.0),
child: Text(widget.track.durationString),
),
widget.trailing??Container(width: 0, height: 0)
],
),
);
}
}
@ -120,7 +129,7 @@ class ArtistTile extends StatelessWidget {
CachedImage(
url: artist.picture.thumb,
circular: true,
width: 64,
width: 100,
),
Container(height: 4,),
Text(