mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Improve search appearance
This commit is contained in:
parent
0494a9058d
commit
bffdab1423
@ -35,6 +35,9 @@ class _SearchScreenState extends State<SearchScreen> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
TextField(
|
TextField(
|
||||||
|
decoration: InputDecoration(
|
||||||
|
icon: Icon(Icons.search),
|
||||||
|
labelText: tr("Search a user, a group...")),
|
||||||
onChanged: (s) => _newSearch(s),
|
onChanged: (s) => _newSearch(s),
|
||||||
),
|
),
|
||||||
_searchResultsList == null
|
_searchResultsList == null
|
||||||
|
Loading…
Reference in New Issue
Block a user