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:
stonegate 2020-02-12 21:54:46 +08:00
parent da06f6acc0
commit 55bbb1051b
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

BIN
assets/listennotes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
assets/text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -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>[
PopupMenu(),
],
@ -91,8 +91,8 @@ class _MyHomePageDelegate extends SearchDelegate<int> {
child: Container(
padding: EdgeInsets.only(top: 400),
child: Image(
image: AssetImage('assets/listennote.png'),
width: 300,
image: AssetImage('assets/listennotes.png'),
height: 20,
),
));
return FutureBuilder(