New icon, banner, New font, Player UI fixes, Details UI fixed
This commit is contained in:
parent
4b3d264e2a
commit
691f7865d5
32 changed files with 516 additions and 329 deletions
|
|
@ -126,7 +126,8 @@ class SearchResultsScreen extends StatelessWidget {
|
|||
'Tracks',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 26.0
|
||||
fontSize: 26.0,
|
||||
fontWeight: FontWeight.bold
|
||||
),
|
||||
),
|
||||
...List.generate(3, (i) {
|
||||
|
|
@ -170,7 +171,8 @@ class SearchResultsScreen extends StatelessWidget {
|
|||
'Albums',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 26.0
|
||||
fontSize: 26.0,
|
||||
fontWeight: FontWeight.bold
|
||||
),
|
||||
),
|
||||
...List.generate(3, (i) {
|
||||
|
|
@ -208,7 +210,8 @@ class SearchResultsScreen extends StatelessWidget {
|
|||
'Artists',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 26.0
|
||||
fontSize: 26.0,
|
||||
fontWeight: FontWeight.bold
|
||||
),
|
||||
),
|
||||
Container(height: 4),
|
||||
|
|
@ -243,7 +246,8 @@ class SearchResultsScreen extends StatelessWidget {
|
|||
'Playlists',
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 26.0
|
||||
fontSize: 26.0,
|
||||
fontWeight: FontWeight.bold
|
||||
),
|
||||
),
|
||||
...List.generate(3, (i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue