Downloads fix, Spanish translation
This commit is contained in:
parent
2858859abd
commit
17df300a18
18 changed files with 548 additions and 103 deletions
|
|
@ -80,6 +80,16 @@ class AlbumDetails extends StatelessWidget {
|
|||
color: Theme.of(context).primaryColor
|
||||
),
|
||||
),
|
||||
Container(height: 4.0),
|
||||
if (album.releaseDate != null && album.releaseDate.length >= 4)
|
||||
Text(
|
||||
album.releaseDate,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 12.0,
|
||||
color: Theme.of(context).disabledColor
|
||||
),
|
||||
),
|
||||
Container(height: 8.0,),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue