deleted: assets/listennote.png
new file: assets/listennotes.png new file: assets/text.png modified: lib/home/appbar/addpodcast.dart Change appbar title to logo image.
This commit is contained in:
parent
da06f6acc0
commit
55bbb1051b
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -44,7 +44,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
title: Text('🎙TsacDop', style: TextStyle(color: Colors.blue[600])),
|
title: Image(image: AssetImage('assets/text.png'), height: 30,),
|
||||||
actions: <Widget>[
|
actions: <Widget>[
|
||||||
PopupMenu(),
|
PopupMenu(),
|
||||||
],
|
],
|
||||||
|
@ -91,8 +91,8 @@ class _MyHomePageDelegate extends SearchDelegate<int> {
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.only(top: 400),
|
padding: EdgeInsets.only(top: 400),
|
||||||
child: Image(
|
child: Image(
|
||||||
image: AssetImage('assets/listennote.png'),
|
image: AssetImage('assets/listennotes.png'),
|
||||||
width: 300,
|
height: 20,
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
return FutureBuilder(
|
return FutureBuilder(
|
||||||
|
|
Loading…
Reference in New Issue