arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 668 forks source link

setOnHomeActionClickListener is not working #67

Closed santoshgupta901 closed 7 years ago

santoshgupta901 commented 8 years ago

I set setOnHomeActionClickListener on floating searchView but it is not working.

VuHongKy commented 8 years ago

Me, too. Haizz. @arimorty Please help. It is a basic feature, man.

arimorty commented 8 years ago

That listener is only called when the FloatingSearchView is not focused and when app:floatingSearch_leftActionMode="showHome" You might want to look at this similar question: https://github.com/arimorty/floatingsearchview/issues/63