MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

(Question) Any possibility to use like SearchView?

Open oradkovsky opened this issue 5 years ago • 1 comments

Great lib! Please advise if any built-in possibility to use like SearchView: with toolbar, click on menu item reveals your control, exiting show toolbar with title etc. Thanks!

oradkovsky avatar Feb 27 '19 19:02 oradkovsky

I have so far only found an ugly workaround in the form of using this control under actionLayout, making R.id.mt_arrow gone and enabling search enableSearch() under setOnActionExpandListener

oradkovsky avatar Feb 27 '19 20:02 oradkovsky