1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Improve search appearance

This commit is contained in:
Pierre HUBERT 2020-04-17 10:32:09 +02:00
parent 0494a9058d
commit bffdab1423

View File

@ -35,6 +35,9 @@ class _SearchScreenState extends State<SearchScreen> {
child: Column(
children: <Widget>[
TextField(
decoration: InputDecoration(
icon: Icon(Icons.search),
labelText: tr("Search a user, a group...")),
onChanged: (s) => _newSearch(s),
),
_searchResultsList == null