I've been looking for search view separated from Toolbar, is this a custom toolbar or any specific layout and is there anyone who worked with that before ?
Well. The Toolbar is a ViewGroup so it can take any kind of view as its child. Just create a search view which looks like that and assign it as a child.
You can create a binding project for this library. I haven't tried this one in particular, but looking at the code it seems fairly straightforward to create a binding for.
Answers
You are probably looking for something like this: https://github.com/MiguelCatalan/MaterialSearchView
Hi Cheesebaron,
That is a good alternative too but actually I've been looking for like this one. Missing picture was my false
@BerayBentesen Did you find the SearchView?
Well. The
Toolbar
is aViewGroup
so it can take any kind of view as its child. Just create a search view which looks like that and assign it as a child.How can I include this library in my Xamarin.Android project?
You can create a binding project for this library. I haven't tried this one in particular, but looking at the code it seems fairly straightforward to create a binding for.
Thanks, it worked with the binding project.
@anyeloamt can u share dll with me ?
@BerayBentesen sure, it's here
@anyeloamt I used the same dll that you shared and binded it in my project but searchview is not showing suggestions. Can you please help?
I case link not working