0

I am trying to implement a searchView in the layout file just like other Views rather than on toolbar. Before I was using AutoCompleteTextView but now I wanted to implement SearchView. If anyone knows please help.

Click here for the Image

Thanks in advance.

Aziz
  • 1,976
  • 20
  • 23

1 Answers1

0

Well there are lot of examples you can find. The best solution provided here:

Creating a SearchView that looks like the material design guidelines

Also there are libraries available,the easiest library to implement is

https://github.com/Quinny898/PersistentSearch

Community
  • 1
  • 1
Android Geek
  • 8,956
  • 2
  • 21
  • 35