MiguelCatalan / MaterialSearchView

Cute library to implement SearchView in a Material Design Approach
http://miguelcatalan.info/2015/09/23/MaterialSearchView/
Apache License 2.0
3.83k stars 616 forks source link

Handle long click for items? #166

Open bellierjonathan opened 7 years ago

bellierjonathan commented 7 years ago

Hello,

I'm trying to use "long click" function for items...

I didn't find solution.

Thanks

0v4tsug commented 7 years ago

did you manage OnClick function? i couldnt even manage that function :(

CongBaDo commented 7 years ago

Set Adapter for SearchView, OnItemClick will work mSearchView.setAdapter(new SearchAdapter(this, results));